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: #f6df2c;
}
.color-2 {
color: #d6c800;
}
.color-3 {
color: #a0a300;
}
.color-4 {
color: #6c8a00;
}
.color-5 {
color: #faa700;
}

/* CSS Variables */
:root {
--color-1: #f6df2c;
--color-2: #d6c800;
--color-3: #a0a300;
--color-4: #6c8a00;
--color-5: #faa700;
}

Sunflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df2c, #d6c800, #a0a300, #6c8a00, #faa700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df2c, #d6c800, #a0a300, #6c8a00, #faa700);
}

Similar color palettes

Scroll down to explore 4 Sunflower color palettes

Sunflower color palette created on .