Shades of Gray Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Gray palette
tavolozza dei colori Shades of Gray CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #7d7d7d;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #3d3d3d;
--color-3: #7d7d7d;
--color-4: #b3b3b3;
--color-5: #e0e0e0;
}
CSS con gradiente di sfondo Shades of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #3d3d3d, #7d7d7d, #b3b3b3, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #3d3d3d, #7d7d7d, #b3b3b3, #e0e0e0);
}
Tavolozze di colori simili
Shades of Gray color palette created on .