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: #f6e46f;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #e69d00;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #a35c00;
}

/* CSS Variables */
:root {
--color-1: #f6e46f;
--color-2: #f5b400;
--color-3: #e69d00;
--color-4: #d67900;
--color-5: #a35c00;
}

Sunflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e46f, #f5b400, #e69d00, #d67900, #a35c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e46f, #f5b400, #e69d00, #d67900, #a35c00);
}

Similar color palettes

Scroll down to explore 4 Sunflower color palettes

Sunflower color palette created on .