CSS Button | CSS Button Blue Color Classes | Part 04

CSS Button Color Classes
CSS Button Color Classes


Overview:

More than 10 button blue 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

Blue Button
Blue Button


 Classes

.btn-blue-0

{

    background-color: rgb(33,150,243);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-50

{

    background-color: rgb(227,242,253);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-100

{

    background-color: rgb(187,222,251);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-200

{

    background-color: rgb(144,202,249);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-300

{

    background-color: rgb(100,181,246);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-400

{

    background-color:rgb(66,165,245);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-500

{

    background-color: rgb(33,150,243);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-600

{

    background-color: rgb(30,136,229);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-700

{

    background-color: rgb(25,118,210);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-800

{

    background-color: rgb(21,101,192);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-900

{

    background-color: rgb(13,71,161);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-a

{

    background-color: rgb(130,177,255);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-b

{

    background-color: rgb(68,138,255);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-c

{

    background-color: rgb(41,121,255);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-blue-d

{

    background-color: rgb(41,98,255);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments