Colorful Jester Color Palette

Discover the beautiful Colorful Jester color palette featuring wild watermelon (#ff5978), koromiko (#ffc46a), emerald (#3bd149), cerulean blue (#3139cf) and medium purple (#9940e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Green, Modern, Peach, Pink, Purple, Summer, Vibrant 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: #ff5978;
}
.color-2 {
color: #ffc46a;
}
.color-3 {
color: #3bd149;
}
.color-4 {
color: #3139cf;
}
.color-5 {
color: #9940e5;
}

/* CSS Variables */
:root {
--color-1: #ff5978;
--color-2: #ffc46a;
--color-3: #3bd149;
--color-4: #3139cf;
--color-5: #9940e5;
}

🌈 Colorful Jester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5978, #ffc46a, #3bd149, #3139cf, #9940e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5978, #ffc46a, #3bd149, #3139cf, #9940e5);
}

Colorful Jester color palette created on .