Heliconia Color Palette

Discover the beautiful Heliconia color palette featuring outrageous orange (#f95939), geraldine (#f6a688), golden sand (#f7d27e), wheat (#f3e8af) and sinbad (#a6d8c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Pink, Yellow, Bright, Spring, Tropical, Vibrant, Nature, Coastal, Fun 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 Heliconia palette

Share this palette to:

💻 Heliconia color palette CSS

/* CSS */
.color-1 {
color: #f95939;
}
.color-2 {
color: #f6a688;
}
.color-3 {
color: #f7d27e;
}
.color-4 {
color: #f3e8af;
}
.color-5 {
color: #a6d8c8;
}

/* CSS Variables */
:root {
--color-1: #f95939;
--color-2: #f6a688;
--color-3: #f7d27e;
--color-4: #f3e8af;
--color-5: #a6d8c8;
}

🌈 Heliconia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f95939, #f6a688, #f7d27e, #f3e8af, #a6d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f95939, #f6a688, #f7d27e, #f3e8af, #a6d8c8);
}

Heliconia color palette created on .