Crow Shapeshifter Color Palette
Discover the beautiful Crow Shapeshifter color palette featuring butterfly bush (#5b4b8b), bouquet (#a67d9d), grain brown (#e3cab5), sandy brown (#f4a462) and flame pea (#d95d3a).
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 Crow Shapeshifter palette
💻 Crow Shapeshifter color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #a67d9d;
}
.color-3 {
color: #e3cab5;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d95d3a;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #a67d9d;
--color-3: #e3cab5;
--color-4: #f4a462;
--color-5: #d95d3a;
} 🌈 Crow Shapeshifter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #a67d9d, #e3cab5, #f4a462, #d95d3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #a67d9d, #e3cab5, #f4a462, #d95d3a);
} 🔗 Explore similar color palettes
Crow Shapeshifter color palette created on .