Warm Harmony Color Palette

Discover the beautiful Warm Harmony color palette featuring manhattan (#f7c5a6), sandy brown (#f3ab5e), jaffa (#f17b3b), flamingo (#e95a2b) and valencia (#d23d2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Peach, Coral, Vibrant, Summer 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 Warm Harmony palette

Share this palette to:

💻 Warm Harmony color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f3ab5e;
}
.color-3 {
color: #f17b3b;
}
.color-4 {
color: #e95a2b;
}
.color-5 {
color: #d23d2d;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f3ab5e;
--color-3: #f17b3b;
--color-4: #e95a2b;
--color-5: #d23d2d;
}

🌈 Warm Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f3ab5e, #f17b3b, #e95a2b, #d23d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f3ab5e, #f17b3b, #e95a2b, #d23d2d);
}

Warm Harmony color palette created on .