Paleta de colores Solar Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Solar Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Solar Serenade

/* CSS */
.color-1 {
color: #ebac00;
}
.color-2 {
color: #ff6e3d;
}
.color-3 {
color: #ffb8c1;
}
.color-4 {
color: #ffb8ff;
}
.color-5 {
color: #ff3db5;
}

/* CSS Variables */
:root {
--color-1: #ebac00;
--color-2: #ff6e3d;
--color-3: #ffb8c1;
--color-4: #ffb8ff;
--color-5: #ff3db5;
}

CSS del degradado de fondo Solar Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebac00, #ff6e3d, #ffb8c1, #ffb8ff, #ff3db5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebac00, #ff6e3d, #ffb8c1, #ffb8ff, #ff3db5);
}

Solar Serenade color palette created on .