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