Jester Crow Color Palette

Discover the beautiful Jester Crow color palette featuring lucky point (#271760), daisy bush (#54289b), night shadz (#99295a), meteor (#d7840b) and old gold (#d3b830).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Blue, Burgundy, Dark, Earthy, Gold, Purple, Vibrant, Warm, 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 Jester Crow palette

Share this palette to:

💻 Jester Crow color palette CSS

/* CSS */
.color-1 {
color: #271760;
}
.color-2 {
color: #54289b;
}
.color-3 {
color: #99295a;
}
.color-4 {
color: #d7840b;
}
.color-5 {
color: #d3b830;
}

/* CSS Variables */
:root {
--color-1: #271760;
--color-2: #54289b;
--color-3: #99295a;
--color-4: #d7840b;
--color-5: #d3b830;
}

🌈 Jester Crow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #271760, #54289b, #99295a, #d7840b, #d3b830);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #271760, #54289b, #99295a, #d7840b, #d3b830);
}

Jester Crow color palette created on .