Chimera Color Palette
Discover the beautiful Chimera color palette featuring copperfield (#e28c6a), cannon pink (#8a425a), driftwood (#b3914d), zinnwaldite (#eabeae) and eunry (#c9a1a3).
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 Chimera palette
๐ป Chimera color palette CSS
/* CSS */
.color-1 {
color: #e28c6a;
}
.color-2 {
color: #8a425a;
}
.color-3 {
color: #b3914d;
}
.color-4 {
color: #eabeae;
}
.color-5 {
color: #c9a1a3;
}
/* CSS Variables */
:root {
--color-1: #e28c6a;
--color-2: #8a425a;
--color-3: #b3914d;
--color-4: #eabeae;
--color-5: #c9a1a3;
} ๐ Chimera background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e28c6a, #8a425a, #b3914d, #eabeae, #c9a1a3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e28c6a, #8a425a, #b3914d, #eabeae, #c9a1a3);
} ๐ Explore similar color palettes
Chimera color palette created on .