Toledo Sunset Color Palette
Discover the beautiful Toledo Sunset color palette featuring toledo (#2f001e), wine berry (#661b34), night shadz (#ad385c), new york pink (#e0898d) and oyster pink (#eacac6).
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 Toledo Sunset palette
💻 Toledo Sunset color palette CSS
/* CSS */
.color-1 {
color: #2f001e;
}
.color-2 {
color: #661b34;
}
.color-3 {
color: #ad385c;
}
.color-4 {
color: #e0898d;
}
.color-5 {
color: #eacac6;
}
/* CSS Variables */
:root {
--color-1: #2f001e;
--color-2: #661b34;
--color-3: #ad385c;
--color-4: #e0898d;
--color-5: #eacac6;
} 🌈 Toledo Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f001e, #661b34, #ad385c, #e0898d, #eacac6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f001e, #661b34, #ad385c, #e0898d, #eacac6);
} 🔗 Explore similar color palettes
Toledo Sunset color palette created on .