Paleta de colores Golden Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Serenade palette

Compartir esta paleta en:

Descargar la paleta de colores Golden Serenade (PNG)

Download golden serenade color palette PNG image (landscape)
Download golden serenade color palette PNG image (square)

CSS de la paleta de colores Golden Serenade

/* CSS */
.color-1 {
color: #f4b22f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f3d17c;
}
.color-4 {
color: #e8d8b0;
}
.color-5 {
color: #e6e7d5;
}

/* CSS Variables */
:root {
--color-1: #f4b22f;
--color-2: #f1c84b;
--color-3: #f3d17c;
--color-4: #e8d8b0;
--color-5: #e6e7d5;
}

CSS del degradado de fondo Golden Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b22f, #f1c84b, #f3d17c, #e8d8b0, #e6e7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b22f, #f1c84b, #f3d17c, #e8d8b0, #e6e7d5);
}

Golden Serenade color palette created on .