Herbal Harmony Color Palette
Discover the beautiful Herbal Harmony color palette featuring spring rain (#a2c3a6), jet stream (#b2d7c9), hampton (#e6e4b3), brandy (#d9b58c) and matrix (#a85f4d).
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 Herbal Harmony palette
๐ป Herbal Harmony color palette CSS
/* CSS */
.color-1 {
color: #a2c3a6;
}
.color-2 {
color: #b2d7c9;
}
.color-3 {
color: #e6e4b3;
}
.color-4 {
color: #d9b58c;
}
.color-5 {
color: #a85f4d;
}
/* CSS Variables */
:root {
--color-1: #a2c3a6;
--color-2: #b2d7c9;
--color-3: #e6e4b3;
--color-4: #d9b58c;
--color-5: #a85f4d;
} ๐ Herbal Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c3a6, #b2d7c9, #e6e4b3, #d9b58c, #a85f4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c3a6, #b2d7c9, #e6e4b3, #d9b58c, #a85f4d);
} ๐ Explore similar color palettes
Herbal Harmony color palette created on .