Paleta de colores Whispers of Serene Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serene Dawn palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serene Dawn

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #eceaeb;
}
.color-3 {
color: #c3ccdf;
}
.color-4 {
color: #d2c37f;
}
.color-5 {
color: #93aeb8;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eceaeb;
--color-3: #c3ccdf;
--color-4: #d2c37f;
--color-5: #93aeb8;
}

CSS del degradado de fondo Whispers of Serene Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eceaeb, #c3ccdf, #d2c37f, #93aeb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eceaeb, #c3ccdf, #d2c37f, #93aeb8);
}

Whispers of Serene Dawn color palette created on .