Paleta de colores Solstice Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Solstice Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Solstice Serenade

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e2506f;
}
.color-4 {
color: #9c2b91;
}
.color-5 {
color: #4e2c90;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f47b1f;
--color-3: #e2506f;
--color-4: #9c2b91;
--color-5: #4e2c90;
}

CSS del degradado de fondo Solstice Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f47b1f, #e2506f, #9c2b91, #4e2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f47b1f, #e2506f, #9c2b91, #4e2c90);
}

Solstice Serenade color palette created on .