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: #1d1f20;
}
.color-2 {
color: #4a4f54;
}
.color-3 {
color: #7a8085;
}
.color-4 {
color: #a9aeb2;
}
.color-5 {
color: #e0e2e5;
}
/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #4a4f54;
--color-3: #7a8085;
--color-4: #a9aeb2;
--color-5: #e0e2e5;
}
CSS con gradiente di sfondo Shades of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #4a4f54, #7a8085, #a9aeb2, #e0e2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #4a4f54, #7a8085, #a9aeb2, #e0e2e5);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Moderno
Shades of Gray color palette created on .