Calico Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calico palette
Color Inspiration
Images that showcase this color palette in real designs
Download Calico Color Palette (PNG)
Calico color palette CSS
/* CSS */
.color-1 {
color: #cca55c;
}
.color-2 {
color: #a45d3d;
}
.color-3 {
color: #d7a16a;
}
.color-4 {
color: #c9a683;
}
.color-5 {
color: #7f3d2f;
}
/* CSS Variables */
:root {
--color-1: #cca55c;
--color-2: #a45d3d;
--color-3: #d7a16a;
--color-4: #c9a683;
--color-5: #7f3d2f;
}
Calico background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cca55c, #a45d3d, #d7a16a, #c9a683, #7f3d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cca55c, #a45d3d, #d7a16a, #c9a683, #7f3d2f);
}
Similar color palettes
Calico color palette created on .