Paleta de colores Sunset Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Serenity palette
CSS de la paleta de colores Sunset Serenity
/* CSS */
.color-1 {
color: #e23c3c;
}
.color-2 {
color: #f27d5a;
}
.color-3 {
color: #fce8b0;
}
.color-4 {
color: #a6d8d1;
}
.color-5 {
color: #4cae7b;
}
/* CSS Variables */
:root {
--color-1: #e23c3c;
--color-2: #f27d5a;
--color-3: #fce8b0;
--color-4: #a6d8d1;
--color-5: #4cae7b;
}
CSS del degradado de fondo Sunset Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e23c3c, #f27d5a, #fce8b0, #a6d8d1, #4cae7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e23c3c, #f27d5a, #fce8b0, #a6d8d1, #4cae7b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Coral
Sunset Serenity color palette created on .