Calico Dream Color Palette
Discover the beautiful Calico Dream color palette featuring antique brass (#c89c6f), sandwisp (#f5e0a3), petite orchid (#d99c8c), rum (#7b698c) and wheat (#f3d8af).
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 Dream palette
💻 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);
}
🔗 Explore similar color palettes
Calico Dream color palette created on .