CSS Button Classes |
Overview:
More than 10 button blue 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.
Blue Grey
Blue Grey |
Classes
.btn-blue-grey-0
{
background-color: rgb(96,125,139);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-50
{
background-color: rgb(236,239,241);
padding: 10px 10px;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-100
{
background-color: rgb(207,216,220);
padding: 10px 10px;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-200
{
background-color: rgb(176,190,197);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-300
{
background-color: rgb(144,164,174);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-400
{
background-color:rgb(120,144,156);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-500
{
background-color: rgb(96,125,139);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-600
{
background-color: rgb(84,110,122);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-700
{
background-color: rgb(69,90,100);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-800
{
background-color: rgb(55,71,79);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-900
{
background-color: rgb(38,50,56);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-a
{
background-color: rgb(92, 126, 143);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-b
{
background-color: rgb(36, 71, 88);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-c
{
background-color: rgb(15, 24, 29);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
.btn-blue-grey-d
{
background-color: rgb(45, 72, 85);
padding: 10px 10px;
color: white;
margin: 1%;
width: 10%;
border: none;
border-radius: 10px;
}
0 Comments
Thanks