Ivory Dream Color Palette
Discover the beautiful Ivory Dream color palette featuring sidecar (#f4e2c3), brandy (#e2c5a6), tan (#d1a685), teak (#b58f69) and santa fe (#a2744e).
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 Ivory Dream palette
💻 Ivory Dream color palette CSS
/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #e2c5a6;
}
.color-3 {
color: #d1a685;
}
.color-4 {
color: #b58f69;
}
.color-5 {
color: #a2744e;
}
/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #e2c5a6;
--color-3: #d1a685;
--color-4: #b58f69;
--color-5: #a2744e;
}
🌈 Ivory Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #e2c5a6, #d1a685, #b58f69, #a2744e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #e2c5a6, #d1a685, #b58f69, #a2744e);
}
🔗 Explore similar color palettes
Ivory Dream color palette created on .