Calico Color Palette
Discover the beautiful Calico color palette featuring sundance (#cba45b), sepia skin (#a35c3c), whiskey (#d7a06a), sorrell brown (#c8a581) and nutmeg (#803e2f).
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 Calico palette
๐ป Calico color palette CSS
/* CSS */
.color-1 {
color: #cba45b;
}
.color-2 {
color: #a35c3c;
}
.color-3 {
color: #d7a06a;
}
.color-4 {
color: #c8a581;
}
.color-5 {
color: #803e2f;
}
/* CSS Variables */
:root {
--color-1: #cba45b;
--color-2: #a35c3c;
--color-3: #d7a06a;
--color-4: #c8a581;
--color-5: #803e2f;
} ๐ Calico background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cba45b, #a35c3c, #d7a06a, #c8a581, #803e2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cba45b, #a35c3c, #d7a06a, #c8a581, #803e2f);
} ๐ Explore similar color palettes
Calico color palette created on .