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: #f6b83c;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f7dc6e;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f4cf3e;
--color-3: #f9e79f;
--color-4: #f7dc6e;
--color-5: #e77e23;
}
Sunflower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f4cf3e, #f9e79f, #f7dc6e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f4cf3e, #f9e79f, #f7dc6e, #e77e23);
}
Similar color palettes
Scroll down to explore 4 Sunflower color palettes
Sunflower color palette created on .