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