CSS Button | CSS Button Indigo Color Classes | Part 11

CSS Button Color Classes
CSS Button Color Classes


Overview:

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

  Indigo

Indigo Button
Indigo Button

Classes

.btn-indigo-0

{

    background-color: rgb(63,81,181);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-50

{

    background-color: rgb(232,234,246);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-100

{

    background-color: rgb(197,202,233);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-200

{

    background-color: rgb(159,168,218);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-300

{

    background-color: rgb(121,134,203);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-400

{

    background-color:rgb(92,107,192);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-500

{

    background-color: rgb(63,81,181);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-600

{

    background-color: rgb(57,73,171);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-700

{

    background-color: rgb(48,63,159);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-800

{

    background-color: rgb(40,53,147);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-900

{

    background-color: rgb(26,35,126);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-a

{

    background-color: rgb(140,158,255);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-b

{

    background-color: rgb(83,109,254);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-c

{

    background-color: rgb(61,90,254);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-indigo-d

{

    background-color: rgb(48,79,254);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments