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