Maroonstar Color Palette
Discover the beautiful Maroonstar color palette featuring cocoa bean (#4e1e2a), buccaneer (#70383c), au chico (#a55b5a), tumbleweed (#daa277) and wheat (#f6e0c1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBrickred, Cream, Lighttan, Rosybrown 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 Maroonstar palette
💻 Maroonstar color palette CSS
/* CSS */
.color-1 {
color: #4e1e2a;
}
.color-2 {
color: #70383c;
}
.color-3 {
color: #a55b5a;
}
.color-4 {
color: #daa277;
}
.color-5 {
color: #f6e0c1;
}
/* CSS Variables */
:root {
--color-1: #4e1e2a;
--color-2: #70383c;
--color-3: #a55b5a;
--color-4: #daa277;
--color-5: #f6e0c1;
} 🌈 Maroonstar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e1e2a, #70383c, #a55b5a, #daa277, #f6e0c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e1e2a, #70383c, #a55b5a, #daa277, #f6e0c1);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Maroonstar color palette created on .