Golden Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Bloom palette

Share this palette to:

Download Golden Bloom Color Palette (PNG)

Download golden bloom color palette PNG image (landscape)
Download golden bloom color palette PNG image (square)

Golden Bloom color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9d68b;
}
.color-4 {
color: #ffb65c;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f9c54e;
--color-3: #f9d68b;
--color-4: #ffb65c;
--color-5: #ff6d1f;
}

Golden Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f9c54e, #f9d68b, #ffb65c, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f9c54e, #f9d68b, #ffb65c, #ff6d1f);
}

Similar color palettes

Scroll down to explore 4 Sunflower color palettes

Golden Bloom color palette created on .