Gentle Harmony Color Palette

Discover the beautiful Gentle Harmony color palette featuring manhattan (#f5b59e), maize (#f7d2a1), astra (#f9e5b3), morning glory (#a3d6e0) and viking (#69b5d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Pastel, Pink, Soft, Spring, Summer, Yellow color palettes and combinations.

💡 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

Share this palette to:

💻 Gentle Harmony color palette CSS

/* CSS */
.color-1 {
color: #f5b59e;
}
.color-2 {
color: #f7d2a1;
}
.color-3 {
color: #f9e5b3;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #69b5d8;
}

/* CSS Variables */
:root {
--color-1: #f5b59e;
--color-2: #f7d2a1;
--color-3: #f9e5b3;
--color-4: #a3d6e0;
--color-5: #69b5d8;
}

🌈 Gentle Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b59e, #f7d2a1, #f9e5b3, #a3d6e0, #69b5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b59e, #f7d2a1, #f9e5b3, #a3d6e0, #69b5d8);
}

Gentle Harmony color palette created on .