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