Jester Crow Color Palette
Discover the beautiful Jester Crow color palette featuring lucky point (#26175e), daisy bush (#54289a), night shadz (#992959), meteor (#d5840b) and old gold (#d3b831).
Brightness
Saturation
Warmth
💡 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
💻 Jester Crow color palette CSS
/* CSS */
.color-1 {
color: #26175e;
}
.color-2 {
color: #54289a;
}
.color-3 {
color: #992959;
}
.color-4 {
color: #d5840b;
}
.color-5 {
color: #d3b831;
}
/* CSS Variables */
:root {
--color-1: #26175e;
--color-2: #54289a;
--color-3: #992959;
--color-4: #d5840b;
--color-5: #d3b831;
}
🌈 Jester Crow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26175e, #54289a, #992959, #d5840b, #d3b831);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26175e, #54289a, #992959, #d5840b, #d3b831);
}
🔗 Explore similar color palettes
Jester Crow color palette created on .