CSS Button | CSS Button Deep Orange Color Classes | Part 07

CSS Button Color Classes
CSS Button Color Classes


Overview:

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

Deep Orange
Deep Orange Button

Classes

.btn-deep-orange-0

{

    background-color: rgb(255,87,34);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-50

{

    background-color: rgb(251,233,231);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-100

{

    background-color: rgb(255,204,188);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-200

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-300

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-400

{

    background-color:rgb(255,112,67);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-500

{

    background-color: rgb(255,87,34);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-600

{

    background-color: rgb(244,81,30);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-700

{

    background-color: rgb(230,74,25);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-800

{

    background-color: rgb(216,67,21);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-900

{

    background-color: rgb(191,54,12);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-a

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-b

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-c

{

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

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-deep-orange-d

{

    background-color: rgb(221,44,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments