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: #ffd942;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8c2e;
}
.color-4 {
color: #ff5f2e;
}
.color-5 {
color: #ea2a2a;
}

/* CSS Variables */
:root {
--color-1: #ffd942;
--color-2: #ffb84d;
--color-3: #ff8c2e;
--color-4: #ff5f2e;
--color-5: #ea2a2a;
}

Sunflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd942, #ffb84d, #ff8c2e, #ff5f2e, #ea2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd942, #ffb84d, #ff8c2e, #ff5f2e, #ea2a2a);
}

Similar color palettes

Scroll down to explore 4 Sunflower color palettes

Sunflower color palette created on .