CSS Button | CSS Button Amber Color classes | Part 01

CSS Button Color Classes
CSS Button Color Classes


Overview:

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

Amber

Amber Color Button
Amber Color Button
Classes

.btn-amber-0

{

    background-color: rgb(255,193,7);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-50

{

    background-color: rgb(255,248,225);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-100

{

    background-color: rgb(255,236,179);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-200

{

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

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-300

{

    background-color: rgb(255,213,79);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-400

{

    background-color:rgb(255,202,40);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-500

{

    background-color: rgb(255,193,7);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-600

{

    background-color: rgb(255,179,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-700

{

    background-color: rgb(255,160,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-800

{

    background-color: rgb(255,143,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-900

{

    background-color: rgb(255,111,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-a

{

    background-color: rgb(255,229,127);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-b

{

    background-color: rgb(255,215,64);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-c

{

    background-color: rgb(255,196,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-amber-d

{

    background-color: rgb(255,171,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments