CSS Button | CSS Button Brown Classes | Part 05

 

CSS Button Color Classes
CSS Button Color Classes

Overview:

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

Brown

Brown Button


 
Classes

.btn-brown-0

{

    background-color: rgb(121,85,72);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-50

{

    background-color: rgb(239,235,233);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-100

{

    background-color: rgb(215,204,200);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-200

{

    background-color: rgb(188,170,164);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-300

{

    background-color: rgb(161,136,127);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-400

{

    background-color:rgb(141,110,99);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-500

{

    background-color: rgb(121,85,72);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-600

{

    background-color: rgb(109,76,65);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-700

{

    background-color: rgb(93,64,55);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-800

{

    background-color: rgb(78,52,46);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-900

{

    background-color: rgb(62,39,35);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-a

{

    background-color: rgb(1028784);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-b

{

    background-color: rgb(1059997);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-c

{

    background-color: rgb(615755);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-brown-d

{

    background-color: rgb(656362);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments