Jester Color Palette

Discover the beautiful Jester color palette featuring vivid violet (#803c9a), illusion (#f7a1d7), saffron mango (#f9c54e), olivine (#91be6f) and ocean green (#43a889).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Yellow, Green, Bright, Fun, 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 Jester palette

Share this palette to:

💻 Jester color palette CSS

/* CSS */
.color-1 {
color: #803c9a;
}
.color-2 {
color: #f7a1d7;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #43a889;
}

/* CSS Variables */
:root {
--color-1: #803c9a;
--color-2: #f7a1d7;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #43a889;
}

🌈 Jester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #803c9a, #f7a1d7, #f9c54e, #91be6f, #43a889);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #803c9a, #f7a1d7, #f9c54e, #91be6f, #43a889);
}

Jester color palette created on .