CSS Button Color Classes |
Overview:
More than 10 button grey 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.
Grey
Grey Button |
Classes
.btn-grey-0
{
background-color: rgb(158,158,158);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-50
{
background-color: rgb(250,250,250);
padding: 10px 10px;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-100
{
background-color: rgb(245,245,245);
padding: 10px 10px;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-200
{
background-color: rgb(238,238,238);
padding: 10px 10px;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-300
{
background-color: rgb(224,224,224);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-400
{
background-color:rgb(189,189,189);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-500
{
background-color: rgb(158,158,158);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-600
{
background-color: rgb(117,117,117);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-700
{
background-color: rgb(97,97,97);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-800
{
background-color: rgb(66,66,66);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-900
{
background-color: rgb(33,33,33);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-a
{
background-color: rgba(175, 164, 162, 0.582);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-b
{
background-color: rgb(148, 130, 124);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-c
{
background-color: rgb(214, 185, 170);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-grey-d
{
background-color: rgba(48, 32, 25, 0.774);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
0 Comments
Thanks