"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: #fafafa;
}
.color-2 {
color: #1da6d7;
}
.color-3 {
color: #7d787b;
}
.color-4 {
color: #2d3595;
}
.color-5 {
color: #383a3e;
}

/* CSS Variables */
:root {
--color-1: #fafafa;
--color-2: #1da6d7;
--color-3: #7d787b;
--color-4: #2d3595;
--color-5: #383a3e;
}

CSS con gradiente di sfondo "Whispers of Twilight"

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafafa, #1da6d7, #7d787b, #2d3595, #383a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafafa, #1da6d7, #7d787b, #2d3595, #383a3e);
}

"Whispers of Twilight" color palette created on .