Slasher Color Palette
Discover the beautiful Slasher color palette featuring shocking (#de8eb1), eunry (#d9aca7), bone (#ded2b8), jungle mist (#b6d8d9) and wild blue yonder (#7b8cb3).
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 Slasher palette
💻 Slasher color palette CSS
/* CSS */
.color-1 {
color: #de8eb1;
}
.color-2 {
color: #d9aca7;
}
.color-3 {
color: #ded2b8;
}
.color-4 {
color: #b6d8d9;
}
.color-5 {
color: #7b8cb3;
}
/* CSS Variables */
:root {
--color-1: #de8eb1;
--color-2: #d9aca7;
--color-3: #ded2b8;
--color-4: #b6d8d9;
--color-5: #7b8cb3;
} 🌈 Slasher background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #de8eb1, #d9aca7, #ded2b8, #b6d8d9, #7b8cb3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #de8eb1, #d9aca7, #ded2b8, #b6d8d9, #7b8cb3);
} 🔗 Explore similar color palettes
Slasher color palette created on .