Sunset of Hispania Color Palette
Discover the beautiful Sunset of Hispania color palette featuring web orange (#f5a300), clementine (#eb5e00), tenn (#d65d00), fire (#a84100) and nutmeg wood finish (#6b3e00).
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 Sunset of Hispania palette
💻 Sunset of Hispania color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #eb5e00;
}
.color-3 {
color: #d65d00;
}
.color-4 {
color: #a84100;
}
.color-5 {
color: #6b3e00;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #eb5e00;
--color-3: #d65d00;
--color-4: #a84100;
--color-5: #6b3e00;
} 🌈 Sunset of Hispania background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #eb5e00, #d65d00, #a84100, #6b3e00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #eb5e00, #d65d00, #a84100, #6b3e00);
} 🔗 Explore similar color palettes
Sunset of Hispania color palette created on .