Festive Cheer Color Palette

Discover the beautiful Festive Cheer color palette featuring outrageous orange (#ff5f2e), texas rose (#ffb84d), peach yellow (#f9e5a4), keppel (#3c9a9f) and jacarta (#4a2c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Christmas, Green, Newyear, Red, Vibrant, 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 Festive Cheer palette

Share this palette to:

💻 Festive Cheer color palette CSS

/* CSS */
.color-1 {
color: #ff5f2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #3c9a9f;
}
.color-5 {
color: #4a2c6d;
}

/* CSS Variables */
:root {
--color-1: #ff5f2e;
--color-2: #ffb84d;
--color-3: #f9e5a4;
--color-4: #3c9a9f;
--color-5: #4a2c6d;
}

🌈 Festive Cheer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5f2e, #ffb84d, #f9e5a4, #3c9a9f, #4a2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5f2e, #ffb84d, #f9e5a4, #3c9a9f, #4a2c6d);
}

Festive Cheer color palette created on .