Marceline Color Palette
Discover the beautiful Marceline color palette featuring eggplant (#492c49), strikemaster (#8c5a89), careys pink (#d5a5b2), chantilly (#f9c8d3) and bittersweet (#ff6e61).
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 Marceline palette
💻 Marceline color palette CSS
/* CSS */
.color-1 {
color: #492c49;
}
.color-2 {
color: #8c5a89;
}
.color-3 {
color: #d5a5b2;
}
.color-4 {
color: #f9c8d3;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #492c49;
--color-2: #8c5a89;
--color-3: #d5a5b2;
--color-4: #f9c8d3;
--color-5: #ff6e61;
}
🌈 Marceline background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c49, #8c5a89, #d5a5b2, #f9c8d3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c49, #8c5a89, #d5a5b2, #f9c8d3, #ff6e61);
}
🔗 Explore similar color palettes
Marceline color palette created on .