CSS Button | CSS Button Deep Purple Color Classes | Part 08

 

CSS Button Color Classes
CSS Button Color Classes

Overview:

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

Deep Purple

Deep Purple Button
Deep Purple Button

Classes

.btn-deep-purple-0

{

    background-color: rgb(103,58,183);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-50

{

    background-color: rgb(237,231,246);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-100

{

    background-color: rgb(209,196,233);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-200

{

    background-color: rgb(179,157,219);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-300

{

    background-color: rgb(149,117,205);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-400

{

    background-color:rgb(126,87,194);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-500

{

    background-color: rgb(103,58,183);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-600

{

    background-color: rgb(94,53,177);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-700

{

    background-color: rgb(81,45,168);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-800

{

    background-color: rgb(69,39,160);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-900

{

    background-color: rgb(49,27,146);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-a

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-b

{

    background-color: rgb(124,77,255);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-c

{

    background-color: rgb(101,31,255);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-purple-d

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments