Spice Garden Harmony Color Palette
Discover the beautiful Spice Garden Harmony color palette featuring rainee (#b6c8a7), spring rain (#a3c8af), double spanish white (#e6d9b7), rodeo dust (#c7b199) and barley corn (#a67a59).
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 Spice Garden Harmony palette
💻 Spice Garden Harmony color palette CSS
/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #a3c8af;
}
.color-3 {
color: #e6d9b7;
}
.color-4 {
color: #c7b199;
}
.color-5 {
color: #a67a59;
}
/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #a3c8af;
--color-3: #e6d9b7;
--color-4: #c7b199;
--color-5: #a67a59;
} 🌈 Spice Garden Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #a3c8af, #e6d9b7, #c7b199, #a67a59);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #a3c8af, #e6d9b7, #c7b199, #a67a59);
} 🔗 Explore similar color palettes
Spice Garden Harmony color palette created on .