Colorful Jester Color Palette

Discover the beautiful Colorful Jester color palette featuring wild watermelon (#ff5776), koromiko (#ffc46b), emerald (#3dd14c), governor bay (#3038cf) and medium purple (#973ee5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Green, Blue, Purple, Vibrant, Bright, Modern, Fun, 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 Colorful Jester palette

Share this palette to:

💻 Colorful Jester color palette CSS

/* CSS */
.color-1 {
color: #ff5776;
}
.color-2 {
color: #ffc46b;
}
.color-3 {
color: #3dd14c;
}
.color-4 {
color: #3038cf;
}
.color-5 {
color: #973ee5;
}

/* CSS Variables */
:root {
--color-1: #ff5776;
--color-2: #ffc46b;
--color-3: #3dd14c;
--color-4: #3038cf;
--color-5: #973ee5;
}

🌈 Colorful Jester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5776, #ffc46b, #3dd14c, #3038cf, #973ee5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5776, #ffc46b, #3dd14c, #3038cf, #973ee5);
}

Colorful Jester color palette created on .