Sunflower Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunflower palette
Sunflower color palette PNG image
Sunflower color palette CSS
/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f9e79f;
--color-3: #f4cf3e;
--color-4: #f39c12;
--color-5: #e77e23;
}
Sunflower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f9e79f, #f4cf3e, #f39c12, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f9e79f, #f4cf3e, #f39c12, #e77e23);
}
Similar color palettes
Scroll down to explore 4 Sunflower color palettes
Sunflower color palette created on .