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