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: #f6da3c;
}
.color-2 {
color: #f0b400;
}
.color-3 {
color: #dba800;
}
.color-4 {
color: #b89000;
}
.color-5 {
color: #806c00;
}

/* CSS Variables */
:root {
--color-1: #f6da3c;
--color-2: #f0b400;
--color-3: #dba800;
--color-4: #b89000;
--color-5: #806c00;
}

Sunflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6da3c, #f0b400, #dba800, #b89000, #806c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6da3c, #f0b400, #dba800, #b89000, #806c00);
}

Similar color palettes

Scroll down to explore 4 Sunflower color palettes

Sunflower color palette created on .