Paleta de colores Whispers of Sunlit Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Sunlit Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Sunlit Dusk

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ededed;
}
.color-3 {
color: #ebd247;
}
.color-4 {
color: #c7c1bc;
}
.color-5 {
color: #928872;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ededed;
--color-3: #ebd247;
--color-4: #c7c1bc;
--color-5: #928872;
}

CSS del degradado de fondo Whispers of Sunlit Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ededed, #ebd247, #c7c1bc, #928872);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ededed, #ebd247, #c7c1bc, #928872);
}

Whispers of Sunlit Dusk color palette created on .