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: #00a5e0;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #50c2f7;
}
.color-5 {
color: #f6e48e;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #ffd900;
--color-3: #ffffff;
--color-4: #50c2f7;
--color-5: #f6e48e;
}
CSS del degradado de fondo Sunlit Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #ffd900, #ffffff, #50c2f7, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #ffd900, #ffffff, #50c2f7, #f6e48e);
}
Paletas de colores similares
Sunlit Serenity color palette created on .