Gentle Harmony Color Palette
Discover the beautiful Gentle Harmony color palette featuring copperfield (#d98463), manhattan (#f7c482), astra (#fae8bd), twilight blue (#f5feff) and loblolly (#c9d0d4).
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 Gentle Harmony palette
๐ป Gentle Harmony color palette CSS
/* CSS */
.color-1 {
color: #d98463;
}
.color-2 {
color: #f7c482;
}
.color-3 {
color: #fae8bd;
}
.color-4 {
color: #f5feff;
}
.color-5 {
color: #c9d0d4;
}
/* CSS Variables */
:root {
--color-1: #d98463;
--color-2: #f7c482;
--color-3: #fae8bd;
--color-4: #f5feff;
--color-5: #c9d0d4;
} ๐ Gentle Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d98463, #f7c482, #fae8bd, #f5feff, #c9d0d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d98463, #f7c482, #fae8bd, #f5feff, #c9d0d4);
} ๐ Explore similar color palettes
Gentle Harmony color palette created on .