Harmony Harvest Color Palette

Discover the beautiful Harmony Harvest color palette featuring coral (#ff8052), supernova (#ffcc00), bright sun (#ffe033), atlantis (#8ccb3a) and jungle green (#2ca58d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Yellow, Green, Sun 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 Harmony Harvest palette

Share this palette to:

💻 Harmony Harvest color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffe033;
}
.color-4 {
color: #8ccb3a;
}
.color-5 {
color: #2ca58d;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #ffe033;
--color-4: #8ccb3a;
--color-5: #2ca58d;
}

🌈 Harmony Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #ffe033, #8ccb3a, #2ca58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #ffe033, #8ccb3a, #2ca58d);
}

Harmony Harvest color palette created on .