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: #3b4a4e;
}
.color-2 {
color: #6d7c7e;
}
.color-3 {
color: #a3b8b8;
}
.color-4 {
color: #e3cece;
}
.color-5 {
color: #f2b6a1;
}
/* CSS Variables */
:root {
--color-1: #3b4a4e;
--color-2: #6d7c7e;
--color-3: #a3b8b8;
--color-4: #e3cece;
--color-5: #f2b6a1;
}
CSS con gradiente di sfondo Shades of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a4e, #6d7c7e, #a3b8b8, #e3cece, #f2b6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a4e, #6d7c7e, #a3b8b8, #e3cece, #f2b6a1);
}
Tavolozze di colori simili
Shades of Gray color palette created on .