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