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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Brown, Cream, Earthy, Muted, Orange, Retro, Sunset, Tan, Warm color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Calico color palette created on .