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: #6b4c8a;
}
.color-2 {
color: #b67c91;
}
.color-3 {
color: #d1a8c7;
}
.color-4 {
color: #f4d1a4;
}
.color-5 {
color: #f8e3a0;
}

/* CSS Variables */
:root {
--color-1: #6b4c8a;
--color-2: #b67c91;
--color-3: #d1a8c7;
--color-4: #f4d1a4;
--color-5: #f8e3a0;
}

CSS del degradado de fondo Whispers of the Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4c8a, #b67c91, #d1a8c7, #f4d1a4, #f8e3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4c8a, #b67c91, #d1a8c7, #f4d1a4, #f8e3a0);
}

Whispers of the Night color palette created on .