CSS Button | CSS Button Purple Color Classes | Part 16

CSS Button Color Classes
CSS Button Color Classes

Overview:

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

Purple

CSS Button Purple Color Classes
CSS Button Purple Color Classes

Classes

.btn-purple-0

{

    background-color: rgb(156,39,176);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-50

{

    background-color: rgb(243,229,245);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-100

{

    background-color: rgb(225,190,231);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-200

{

    background-color: rgb(206,147,216);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-300

{

    background-color: rgb(186,104,200);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-400

{

    background-color:rgb(171,71,188);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-500

{

    background-color: rgb(156,39,176);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-600

{

    background-color: rgb(142,36,170);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-700

{

    background-color: rgb(123,31,162);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-800

{

    background-color: rgb(106,27,154);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-900

{

    background-color: rgb(74,20,140);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-a

{

    background-color: rgb(234,128,252);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-b

{

    background-color: rgb(224,64,251);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-c

{

    background-color: rgb(213,0,249);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-purple-d

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments