Zinnia Radiance Color Palette
Discover the beautiful Zinnia Radiance color palette featuring sea buckthorn (#f9a824), supernova (#f5c400), ronchi (#f1c84b), valencia (#d1533d) and roof terracotta (#a61c23).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Zinnia Radiance palette
💻 Zinnia Radiance color palette CSS
/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #d1533d;
}
.color-5 {
color: #a61c23;
}
/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f5c400;
--color-3: #f1c84b;
--color-4: #d1533d;
--color-5: #a61c23;
} 🌈 Zinnia Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f5c400, #f1c84b, #d1533d, #a61c23);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f5c400, #f1c84b, #d1533d, #a61c23);
} 🔗 Explore similar color palettes
Zinnia Radiance color palette created on .