Paleta de colores "Whispers of Dusk"

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with "Whispers of Dusk" palette

Compartir esta paleta en:

CSS de la paleta de colores "Whispers of Dusk"

/* CSS */
.color-1 {
color: #fbba2d;
}
.color-2 {
color: #887977;
}
.color-3 {
color: #e55434;
}
.color-4 {
color: #5f5358;
}
.color-5 {
color: #911d4f;
}

/* CSS Variables */
:root {
--color-1: #fbba2d;
--color-2: #887977;
--color-3: #e55434;
--color-4: #5f5358;
--color-5: #911d4f;
}

CSS del degradado de fondo "Whispers of Dusk"

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbba2d, #887977, #e55434, #5f5358, #911d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbba2d, #887977, #e55434, #5f5358, #911d4f);
}

"Whispers of Dusk" color palette created on .