Whispers of Steel Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Steel palette

Condividi questa palette a:

tavolozza dei colori Whispers of Steel CSS

/* CSS */
.color-1 {
color: #d8dad8;
}
.color-2 {
color: #b1b4b1;
}
.color-3 {
color: #8b8d8b;
}
.color-4 {
color: #5f6363;
}
.color-5 {
color: #393c39;
}

/* CSS Variables */
:root {
--color-1: #d8dad8;
--color-2: #b1b4b1;
--color-3: #8b8d8b;
--color-4: #5f6363;
--color-5: #393c39;
}

CSS con gradiente di sfondo Whispers of Steel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8dad8, #b1b4b1, #8b8d8b, #5f6363, #393c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8dad8, #b1b4b1, #8b8d8b, #5f6363, #393c39);
}

Whispers of Steel color palette created on .