Whimsical Calico Dream Color Palette
Discover the beautiful Whimsical Calico Dream color palette featuring cameo (#ddb3a9), oyster pink (#e9c8c7), mandys pink (#f6d3c7), pot pourri (#f3e8de) and shilo (#eab7b4).
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 Whimsical Calico Dream palette
💻 Whimsical Calico Dream color palette CSS
/* CSS */
.color-1 {
color: #ddb3a9;
}
.color-2 {
color: #e9c8c7;
}
.color-3 {
color: #f6d3c7;
}
.color-4 {
color: #f3e8de;
}
.color-5 {
color: #eab7b4;
}
/* CSS Variables */
:root {
--color-1: #ddb3a9;
--color-2: #e9c8c7;
--color-3: #f6d3c7;
--color-4: #f3e8de;
--color-5: #eab7b4;
} 🌈 Whimsical Calico Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddb3a9, #e9c8c7, #f6d3c7, #f3e8de, #eab7b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddb3a9, #e9c8c7, #f6d3c7, #f3e8de, #eab7b4);
} 🔗 Explore similar color palettes
Whimsical Calico Dream color palette created on .