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