Whispers of Twilight Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Condividi questa palette a:

tavolozza dei colori Whispers of Twilight CSS

/* CSS */
.color-1 {
color: #eadeed;
}
.color-2 {
color: #c9c7d6;
}
.color-3 {
color: #afb2c5;
}
.color-4 {
color: #8896af;
}
.color-5 {
color: #6b7a94;
}

/* CSS Variables */
:root {
--color-1: #eadeed;
--color-2: #c9c7d6;
--color-3: #afb2c5;
--color-4: #8896af;
--color-5: #6b7a94;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eadeed, #c9c7d6, #afb2c5, #8896af, #6b7a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eadeed, #c9c7d6, #afb2c5, #8896af, #6b7a94);
}

Whispers of Twilight color palette created on .