Solis Orange Color Palette
Discover the beautiful Solis Orange color palette featuring mustard (#ffde4d), sunshade (#ff9d2e), blaze orange (#ff5e00), scarlet (#ff2b00) and guardsman red (#d60000).
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 Solis Orange palette
💻 Solis Orange color palette CSS
/* CSS */
.color-1 {
color: #ffde4d;
}
.color-2 {
color: #ff9d2e;
}
.color-3 {
color: #ff5e00;
}
.color-4 {
color: #ff2b00;
}
.color-5 {
color: #d60000;
}
/* CSS Variables */
:root {
--color-1: #ffde4d;
--color-2: #ff9d2e;
--color-3: #ff5e00;
--color-4: #ff2b00;
--color-5: #d60000;
} 🌈 Solis Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffde4d, #ff9d2e, #ff5e00, #ff2b00, #d60000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffde4d, #ff9d2e, #ff5e00, #ff2b00, #d60000);
} 🔗 Explore similar color palettes
Solis Orange color palette created on .