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: #4b3d6c;
}
.color-2 {
color: #5b6b86;
}
.color-3 {
color: #7aa8a2;
}
.color-4 {
color: #a2d1d8;
}
.color-5 {
color: #e9b4c6;
}
/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #5b6b86;
--color-3: #7aa8a2;
--color-4: #a2d1d8;
--color-5: #e9b4c6;
}
CSS del degradado de fondo Whispers of Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #5b6b86, #7aa8a2, #a2d1d8, #e9b4c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #5b6b86, #7aa8a2, #a2d1d8, #e9b4c6);
}
Paletas de colores similares
Whispers of Twilight color palette created on .