Calico Color Palette
Discover the beautiful Calico color palette featuring marigold (#b78623), muddy waters (#ba8d64), santa fe (#ae7158), copper rust (#955049) and congo brown (#56393e).
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: #b78623;
}
.color-2 {
color: #ba8d64;
}
.color-3 {
color: #ae7158;
}
.color-4 {
color: #955049;
}
.color-5 {
color: #56393e;
}
/* CSS Variables */
:root {
--color-1: #b78623;
--color-2: #ba8d64;
--color-3: #ae7158;
--color-4: #955049;
--color-5: #56393e;
} ๐ Calico background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b78623, #ba8d64, #ae7158, #955049, #56393e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b78623, #ba8d64, #ae7158, #955049, #56393e);
} ๐ Explore similar color palettes
Calico color palette created on .