Paleta de colores Golden Meadow Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Meadow Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Meadow Serenade

/* CSS */
.color-1 {
color: #d8b84f;
}
.color-2 {
color: #f4c543;
}
.color-3 {
color: #f1e2b1;
}
.color-4 {
color: #f9d780;
}
.color-5 {
color: #b3ab3d;
}

/* CSS Variables */
:root {
--color-1: #d8b84f;
--color-2: #f4c543;
--color-3: #f1e2b1;
--color-4: #f9d780;
--color-5: #b3ab3d;
}

CSS del degradado de fondo Golden Meadow Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b84f, #f4c543, #f1e2b1, #f9d780, #b3ab3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b84f, #f4c543, #f1e2b1, #f9d780, #b3ab3d);
}

Golden Meadow Serenade color palette created on .