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: #a76e58;
}
.color-2 {
color: #d8b89d;
}
.color-3 {
color: #f6d6b1;
}
.color-4 {
color: #f9c56c;
}
.color-5 {
color: #e7a96e;
}
/* CSS Variables */
:root {
--color-1: #a76e58;
--color-2: #d8b89d;
--color-3: #f6d6b1;
--color-4: #f9c56c;
--color-5: #e7a96e;
}
CSS del degradado de fondo Sunset Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76e58, #d8b89d, #f6d6b1, #f9c56c, #e7a96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76e58, #d8b89d, #f6d6b1, #f9c56c, #e7a96e);
}
Paletas de colores similares
Sunset Serenity color palette created on .