Crimson Eclipse Color Palette
Discover the beautiful Crimson Eclipse color palette featuring buccaneer (#5b2a29), solid pink (#8c3b3f), mojo (#c7493d), tulip tree (#ebab3d) and cream can (#f4d452).
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 Crimson Eclipse palette
๐ป Crimson Eclipse color palette CSS
/* CSS */
.color-1 {
color: #5b2a29;
}
.color-2 {
color: #8c3b3f;
}
.color-3 {
color: #c7493d;
}
.color-4 {
color: #ebab3d;
}
.color-5 {
color: #f4d452;
}
/* CSS Variables */
:root {
--color-1: #5b2a29;
--color-2: #8c3b3f;
--color-3: #c7493d;
--color-4: #ebab3d;
--color-5: #f4d452;
} ๐ Crimson Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a29, #8c3b3f, #c7493d, #ebab3d, #f4d452);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a29, #8c3b3f, #c7493d, #ebab3d, #f4d452);
} ๐ Explore similar color palettes
Crimson Eclipse color palette created on .