Golden Meadow Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Meadow Bliss palette

Share this palette to:

Download Golden Meadow Bliss Color Palette (PNG)

Download golden meadow bliss color palette PNG image (landscape)
Download golden meadow bliss color palette PNG image (square)

Golden Meadow Bliss color palette CSS

/* CSS */
.color-1 {
color: #fff04d;
}
.color-2 {
color: #ffea61;
}
.color-3 {
color: #ffdf80;
}
.color-4 {
color: #ffd97a;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #fff04d;
--color-2: #ffea61;
--color-3: #ffdf80;
--color-4: #ffd97a;
--color-5: #ffb84d;
}

Golden Meadow Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff04d, #ffea61, #ffdf80, #ffd97a, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff04d, #ffea61, #ffdf80, #ffd97a, #ffb84d);
}

Golden Meadow Bliss color palette created on .