Paleta de colores Sunlit Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunlit Serenity palette
CSS de la paleta de colores Sunlit Serenity
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fad900;
}
.color-3 {
color: #b8e8b0;
}
.color-4 {
color: #5abfba;
}
.color-5 {
color: #389ad6;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fad900;
--color-3: #b8e8b0;
--color-4: #5abfba;
--color-5: #389ad6;
}
CSS del degradado de fondo Sunlit Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fad900, #b8e8b0, #5abfba, #389ad6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fad900, #b8e8b0, #5abfba, #389ad6);
}
Paletas de colores similares
Sunlit Serenity color palette created on .