Paleta de colores Whispers of Twilight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
CSS de la paleta de colores Whispers of Twilight
/* CSS */
.color-1 {
color: #f9ecf3;
}
.color-2 {
color: #c898b9;
}
.color-3 {
color: #5a4d5b;
}
.color-4 {
color: #2b2933;
}
.color-5 {
color: #1c1b22;
}
/* CSS Variables */
:root {
--color-1: #f9ecf3;
--color-2: #c898b9;
--color-3: #5a4d5b;
--color-4: #2b2933;
--color-5: #1c1b22;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ecf3, #c898b9, #5a4d5b, #2b2933, #1c1b22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ecf3, #c898b9, #5a4d5b, #2b2933, #1c1b22);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Pale pink
Whispers of Twilight color palette created on .