Scaredy Cat Crew Color Palette
Discover the beautiful Scaredy Cat Crew color palette featuring butterfly bush (#5e4f8c), wisteria (#8a6bbd), east side (#a48dd3), periwinkle gray (#b7c3e6) and link water (#d9e1f2).
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 Scaredy Cat Crew palette
💻 Scaredy Cat Crew color palette CSS
/* CSS */
.color-1 {
color: #5e4f8c;
}
.color-2 {
color: #8a6bbd;
}
.color-3 {
color: #a48dd3;
}
.color-4 {
color: #b7c3e6;
}
.color-5 {
color: #d9e1f2;
}
/* CSS Variables */
:root {
--color-1: #5e4f8c;
--color-2: #8a6bbd;
--color-3: #a48dd3;
--color-4: #b7c3e6;
--color-5: #d9e1f2;
} 🌈 Scaredy Cat Crew background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4f8c, #8a6bbd, #a48dd3, #b7c3e6, #d9e1f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4f8c, #8a6bbd, #a48dd3, #b7c3e6, #d9e1f2);
} 🔗 Explore similar color palettes
Scaredy Cat Crew color palette created on .