Sunflower Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunflower palette

Share this palette to:

Sunflower color palette PNG image

Download sunflower color palette PNG image (landscape)
Download sunflower color palette PNG image (square)

Sunflower color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f6a937;
}
.color-3 {
color: #f77e22;
}
.color-4 {
color: #da4d0b;
}
.color-5 {
color: #a93c0a;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f6a937;
--color-3: #f77e22;
--color-4: #da4d0b;
--color-5: #a93c0a;
}

Sunflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f6a937, #f77e22, #da4d0b, #a93c0a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f6a937, #f77e22, #da4d0b, #a93c0a);
}

Similar color palettes

Scroll down to explore 4 Sunflower color palettes

Sunflower color palette created on .