Golden Meadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Meadow palette

Share this palette to:

Golden Meadow color palette CSS

/* CSS */
.color-1 {
color: #fbff00;
}
.color-2 {
color: #e0e000;
}
.color-3 {
color: #d1c700;
}
.color-4 {
color: #b39e00;
}
.color-5 {
color: #9e7c00;
}

/* CSS Variables */
:root {
--color-1: #fbff00;
--color-2: #e0e000;
--color-3: #d1c700;
--color-4: #b39e00;
--color-5: #9e7c00;
}

Golden Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbff00, #e0e000, #d1c700, #b39e00, #9e7c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbff00, #e0e000, #d1c700, #b39e00, #9e7c00);
}

Golden Meadow color palette created on .