Yellow Sunflower Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Sunflower palette
Yellow Sunflower color palette CSS
/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6a400;
}
.color-4 {
color: #c78100;
}
.color-5 {
color: #8a5a00;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f0a800;
--color-3: #e6a400;
--color-4: #c78100;
--color-5: #8a5a00;
}
Yellow Sunflower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f0a800, #e6a400, #c78100, #8a5a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f0a800, #e6a400, #c78100, #8a5a00);
}
Similar color palettes
Yellow Sunflower color palette created on .