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: #ffdd00;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e7a94b;
}
.color-4 {
color: #d69b3d;
}
.color-5 {
color: #c57a2b;
}

/* CSS Variables */
:root {
--color-1: #ffdd00;
--color-2: #f1c84b;
--color-3: #e7a94b;
--color-4: #d69b3d;
--color-5: #c57a2b;
}

Golden Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd00, #f1c84b, #e7a94b, #d69b3d, #c57a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd00, #f1c84b, #e7a94b, #d69b3d, #c57a2b);
}

Similar color palettes

Golden Meadow color palette created on .