Paleta de colores Whispers of the Night
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Night palette
CSS de la paleta de colores Whispers of the Night
/* CSS */
.color-1 {
color: #d9c8a0;
}
.color-2 {
color: #b19f8c;
}
.color-3 {
color: #798b8a;
}
.color-4 {
color: #3e4b6a;
}
.color-5 {
color: #6a4a8c;
}
/* CSS Variables */
:root {
--color-1: #d9c8a0;
--color-2: #b19f8c;
--color-3: #798b8a;
--color-4: #3e4b6a;
--color-5: #6a4a8c;
}
CSS del degradado de fondo Whispers of the Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c8a0, #b19f8c, #798b8a, #3e4b6a, #6a4a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c8a0, #b19f8c, #798b8a, #3e4b6a, #6a4a8c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Terroso
Whispers of the Night color palette created on .