Paleta de colores Sweetheart Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweetheart Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Sweetheart Serenade

/* CSS */
.color-1 {
color: #f39c12;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #c6e9af;
}

/* CSS Variables */
:root {
--color-1: #f39c12;
--color-2: #e74d3c;
--color-3: #d15400;
--color-4: #bf3a2b;
--color-5: #c6e9af;
}

CSS del degradado de fondo Sweetheart Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f39c12, #e74d3c, #d15400, #bf3a2b, #c6e9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f39c12, #e74d3c, #d15400, #bf3a2b, #c6e9af);
}

Sweetheart Serenade color palette created on .