Solar Symphony Color Palette
Discover the beautiful Solar Symphony color palette featuring energy yellow (#f8de5d), saffron mango (#f9c54e), sea buckthorn (#f9a824), sun (#fbb018) and ecstasy (#f97415).
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 Solar Symphony palette
💻 Solar Symphony color palette CSS
/* CSS */
.color-1 {
color: #f8de5d;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9a824;
}
.color-4 {
color: #fbb018;
}
.color-5 {
color: #f97415;
}
/* CSS Variables */
:root {
--color-1: #f8de5d;
--color-2: #f9c54e;
--color-3: #f9a824;
--color-4: #fbb018;
--color-5: #f97415;
}
🌈 Solar Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8de5d, #f9c54e, #f9a824, #fbb018, #f97415);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8de5d, #f9c54e, #f9a824, #fbb018, #f97415);
}
🔗 Explore similar color palettes
Solar Symphony color palette created on .