Jayfeather Color Palette
Discover the beautiful Jayfeather color palette featuring waikawa gray (#5b5b8b), logan (#a3a7c8), mischka (#d1d3e0), pancho (#f0d8b2) and matrix (#b05e4a).
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 Jayfeather palette
💻 Jayfeather color palette CSS
/* CSS */
.color-1 {
color: #5b5b8b;
}
.color-2 {
color: #a3a7c8;
}
.color-3 {
color: #d1d3e0;
}
.color-4 {
color: #f0d8b2;
}
.color-5 {
color: #b05e4a;
}
/* CSS Variables */
:root {
--color-1: #5b5b8b;
--color-2: #a3a7c8;
--color-3: #d1d3e0;
--color-4: #f0d8b2;
--color-5: #b05e4a;
} 🌈 Jayfeather background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5b8b, #a3a7c8, #d1d3e0, #f0d8b2, #b05e4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5b8b, #a3a7c8, #d1d3e0, #f0d8b2, #b05e4a);
} 🔗 Explore similar color palettes
Jayfeather color palette created on .