Whispers of Steel Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Steel palette
tavolozza dei colori Whispers of Steel CSS
/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #a6a8ab;
}
.color-3 {
color: #9ea1a3;
}
.color-4 {
color: #8d8f91;
}
.color-5 {
color: #7a7d7f;
}
/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #a6a8ab;
--color-3: #9ea1a3;
--color-4: #8d8f91;
--color-5: #7a7d7f;
}
CSS con gradiente di sfondo Whispers of Steel
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #a6a8ab, #9ea1a3, #8d8f91, #7a7d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #a6a8ab, #9ea1a3, #8d8f91, #7a7d7f);
}
Tavolozze di colori simili
Whispers of Steel color palette created on .