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: #b8a44c;
}
.color-2 {
color: #787779;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #171617;
}
.color-5 {
color: #080808;
}

/* CSS Variables */
:root {
--color-1: #b8a44c;
--color-2: #787779;
--color-3: #333333;
--color-4: #171617;
--color-5: #080808;
}

CSS del degradado de fondo "Whispers of Dusk"

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8a44c, #787779, #333333, #171617, #080808);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8a44c, #787779, #333333, #171617, #080808);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 1 paleta de colores Olive green

"Whispers of Dusk" color palette created on .