Paleta de colores Whispers of the Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Night palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Night

/* CSS */
.color-1 {
color: #6c508b;
}
.color-2 {
color: #b89bc0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #ef6c6c;
}
.color-5 {
color: #eec7af;
}

/* CSS Variables */
:root {
--color-1: #6c508b;
--color-2: #b89bc0;
--color-3: #f1c84b;
--color-4: #ef6c6c;
--color-5: #eec7af;
}

CSS del degradado de fondo Whispers of the Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c508b, #b89bc0, #f1c84b, #ef6c6c, #eec7af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c508b, #b89bc0, #f1c84b, #ef6c6c, #eec7af);
}

Whispers of the Night color palette created on .