Paleta de colores Sunlit Serenity Palette
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunlit Serenity Palette palette
Image Gallery

CSS de la paleta de colores Sunlit Serenity Palette
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4e1d8;
}
.color-3 {
color: #e2c636;
}
.color-4 {
color: #efaa7b;
}
.color-5 {
color: #a9a9b2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4e1d8;
--color-3: #e2c636;
--color-4: #efaa7b;
--color-5: #a9a9b2;
}
CSS del degradado de fondo Sunlit Serenity Palette
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4e1d8, #e2c636, #efaa7b, #a9a9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4e1d8, #e2c636, #efaa7b, #a9a9b2);
}
Paletas de colores similares
Sunlit Serenity Palette color palette created on .