Golden Meadow Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Meadow Serenade palette

Condividi questa palette a:

tavolozza dei colori Golden Meadow Serenade CSS

/* 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 con gradiente di sfondo 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 .