Cherry Jubilee Color Palette

Discover the beautiful Cherry Jubilee color palette featuring shiraz (#b3003b), valencia (#d93a3d), flamingo (#f25e40), bright sun (#fad13d) and new orleans (#f4d7a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cherry, Fun, Red, Spring, Summer, 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 Cherry Jubilee palette

Share this palette to:

💻 Cherry Jubilee color palette CSS

/* CSS */
.color-1 {
color: #b3003b;
}
.color-2 {
color: #d93a3d;
}
.color-3 {
color: #f25e40;
}
.color-4 {
color: #fad13d;
}
.color-5 {
color: #f4d7a4;
}

/* CSS Variables */
:root {
--color-1: #b3003b;
--color-2: #d93a3d;
--color-3: #f25e40;
--color-4: #fad13d;
--color-5: #f4d7a4;
}

🌈 Cherry Jubilee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3003b, #d93a3d, #f25e40, #fad13d, #f4d7a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3003b, #d93a3d, #f25e40, #fad13d, #f4d7a4);
}

Cherry Jubilee color palette created on .