Paleta de colores Twilight Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Twilight Whispers palette
CSS de la paleta de colores Twilight Whispers
/* CSS */
.color-1 {
color: #4d3e70;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8f7b9d;
}
.color-4 {
color: #d4afbf;
}
.color-5 {
color: #f9d4b4;
}
/* CSS Variables */
:root {
--color-1: #4d3e70;
--color-2: #6a5b8b;
--color-3: #8f7b9d;
--color-4: #d4afbf;
--color-5: #f9d4b4;
}
CSS del degradado de fondo Twilight Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3e70, #6a5b8b, #8f7b9d, #d4afbf, #f9d4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3e70, #6a5b8b, #8f7b9d, #d4afbf, #f9d4b4);
}
Paletas de colores similares
Twilight Whispers color palette created on .