CSS Button | CSS Button Yellow Color Classes | Part 18

 

CSS Button Color Classes
CSS Button Color Classes

Overview:

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

 Yellow

CSS Button Color Classes
CSS Button Color Classes

Classes

.btn-yellow-0

{

    background-color: rgb(255,235,59);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-50

{

    background-color: rgb(255,253,231);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-100

{

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

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-200

{

    background-color: rgb(255,245,157);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-300

{

    background-color: rgb(255,241,118);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-400

{

    background-color:rgb(255,238,88);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-500

{

    background-color: rgb(255,235,59);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-600

{

    background-color: rgb(253,216,53);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-700

{

    background-color: rgb(251,192,45);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-800

{

    background-color: rgb(249,168,37);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-900

{

    background-color: rgb(245,127,23);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-a

{

    background-color: rgb(255,255,141);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-b

{

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

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-c

{

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

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-yellow-d

{

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

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

 


0 Comments