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