Yellow Sunflowers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Sunflowers palette

Share this palette to:

Yellow Sunflowers color palette PNG image

Download yellow sunflowers color palette PNG image (landscape)
Download yellow sunflowers color palette PNG image (square)

Yellow Sunflowers color palette CSS

/* CSS */
.color-1 {
color: #f6df2c;
}
.color-2 {
color: #f9d44e;
}
.color-3 {
color: #f9b90b;
}
.color-4 {
color: #f9a60b;
}
.color-5 {
color: #d68d2e;
}

/* CSS Variables */
:root {
--color-1: #f6df2c;
--color-2: #f9d44e;
--color-3: #f9b90b;
--color-4: #f9a60b;
--color-5: #d68d2e;
}

Yellow Sunflowers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df2c, #f9d44e, #f9b90b, #f9a60b, #d68d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df2c, #f9d44e, #f9b90b, #f9a60b, #d68d2e);
}

Yellow Sunflowers color palette created on .