Whispers of Serene Dusk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serene Dusk palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serene Dusk CSS

/* CSS */
.color-1 {
color: #e9d9c4;
}
.color-2 {
color: #9ccefc;
}
.color-3 {
color: #d7b489;
}
.color-4 {
color: #89c2fa;
}
.color-5 {
color: #b4906a;
}

/* CSS Variables */
:root {
--color-1: #e9d9c4;
--color-2: #9ccefc;
--color-3: #d7b489;
--color-4: #89c2fa;
--color-5: #b4906a;
}

CSS con gradiente di sfondo Whispers of Serene Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d9c4, #9ccefc, #d7b489, #89c2fa, #b4906a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d9c4, #9ccefc, #d7b489, #89c2fa, #b4906a);
}

Whispers of Serene Dusk color palette created on .