Paleta de colores Golden Glow Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Glow Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Glow Serenade

/* CSS */
.color-1 {
color: #fbd918;
}
.color-2 {
color: #fbad28;
}
.color-3 {
color: #fbb037;
}
.color-4 {
color: #fb8a65;
}
.color-5 {
color: #f76e9c;
}

/* CSS Variables */
:root {
--color-1: #fbd918;
--color-2: #fbad28;
--color-3: #fbb037;
--color-4: #fb8a65;
--color-5: #f76e9c;
}

CSS del degradado de fondo Golden Glow Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd918, #fbad28, #fbb037, #fb8a65, #f76e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd918, #fbad28, #fbb037, #fb8a65, #f76e9c);
}

Golden Glow Serenade color palette created on .