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: #f9b248;
}
.color-2 {
color: #f1c950;
}
.color-3 {
color: #f3db7c;
}
.color-4 {
color: #eae9a4;
}
.color-5 {
color: #c5e7c7;
}

/* CSS Variables */
:root {
--color-1: #f9b248;
--color-2: #f1c950;
--color-3: #f3db7c;
--color-4: #eae9a4;
--color-5: #c5e7c7;
}

CSS del degradado de fondo Golden Meadow Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b248, #f1c950, #f3db7c, #eae9a4, #c5e7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b248, #f1c950, #f3db7c, #eae9a4, #c5e7c7);
}

Golden Meadow Serenade color palette created on .