Ivory Blossom Color Palette
Discover the beautiful Ivory Blossom color palette featuring albescent white (#f6dfd0), bone (#e7d0c5), clam shell (#d7bfb7), thatch (#b7a59f) and zorba (#a28f8b).
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 Blossom palette
💻 Ivory Blossom color palette CSS
/* CSS */
.color-1 {
color: #f6dfd0;
}
.color-2 {
color: #e7d0c5;
}
.color-3 {
color: #d7bfb7;
}
.color-4 {
color: #b7a59f;
}
.color-5 {
color: #a28f8b;
}
/* CSS Variables */
:root {
--color-1: #f6dfd0;
--color-2: #e7d0c5;
--color-3: #d7bfb7;
--color-4: #b7a59f;
--color-5: #a28f8b;
}
🌈 Ivory Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dfd0, #e7d0c5, #d7bfb7, #b7a59f, #a28f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dfd0, #e7d0c5, #d7bfb7, #b7a59f, #a28f8b);
}
🔗 Explore similar color palettes
Ivory Blossom color palette created on .