Toledo Sunset Color Palette
Discover the beautiful Toledo Sunset color palette featuring toledo (#38001f), buccaneer (#682c3b), coral tree (#a45b6b), cashmere (#e3a6a0) and dawn pink (#f1e7e4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Deep, Red, Soft color palettes and combinations.
💡 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 Toledo Sunset palette
💻 Toledo Sunset color palette CSS
/* CSS */
.color-1 {
color: #38001f;
}
.color-2 {
color: #682c3b;
}
.color-3 {
color: #a45b6b;
}
.color-4 {
color: #e3a6a0;
}
.color-5 {
color: #f1e7e4;
}
/* CSS Variables */
:root {
--color-1: #38001f;
--color-2: #682c3b;
--color-3: #a45b6b;
--color-4: #e3a6a0;
--color-5: #f1e7e4;
} 🌈 Toledo Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38001f, #682c3b, #a45b6b, #e3a6a0, #f1e7e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38001f, #682c3b, #a45b6b, #e3a6a0, #f1e7e4);
} 🔗 Explore similar color palettes
Toledo Sunset color palette created on .