Achillobator Color Palette
Discover the beautiful Achillobator color palette featuring hokey pokey (#d5a72a), tussock (#b48c3c), cape palliser (#a36c4d), cannon pink (#7d4a5d) and eggplant (#59314a).
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 Achillobator palette
๐ป Achillobator color palette CSS
/* CSS */
.color-1 {
color: #d5a72a;
}
.color-2 {
color: #b48c3c;
}
.color-3 {
color: #a36c4d;
}
.color-4 {
color: #7d4a5d;
}
.color-5 {
color: #59314a;
}
/* CSS Variables */
:root {
--color-1: #d5a72a;
--color-2: #b48c3c;
--color-3: #a36c4d;
--color-4: #7d4a5d;
--color-5: #59314a;
} ๐ Achillobator background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a72a, #b48c3c, #a36c4d, #7d4a5d, #59314a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a72a, #b48c3c, #a36c4d, #7d4a5d, #59314a);
} ๐ Explore similar color palettes
Achillobator color palette created on .