CSS Button | CSS Button Blue Grey Color Classes | Part 02

 

CSS Button Classes
CSS Button Classes

Overview:

More than 10 button blue grey color classes. Just for your convenience, we develop these color classes. Copy below classes and paste in .css file and then link this file with your project. For amazing tips and tricks please follow us.  

Blue Grey

Blue Grey
Blue Grey

Classes

.btn-blue-grey-0

{

    background-color: rgb(96,125,139);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-50

{

    background-color: rgb(236,239,241);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-100

{

    background-color: rgb(207,216,220);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-200

{

    background-color: rgb(176,190,197);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-300

{

    background-color: rgb(144,164,174);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-400

{

    background-color:rgb(120,144,156);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-500

{

    background-color: rgb(96,125,139);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-600

{

    background-color: rgb(84,110,122);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-700

{

    background-color: rgb(69,90,100);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-800

{

    background-color: rgb(55,71,79);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-900

{

    background-color: rgb(38,50,56);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-a

{

    background-color: rgb(92126143);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-b

{

    background-color: rgb(367188);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-c

{

    background-color: rgb(152429);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-grey-d

{

    background-color: rgb(457285);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments