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