Paleta de colores Whispers of Serene Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serene Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serene Dusk

/* 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 del degradado de fondo 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 .