Creepy Creator Color Palette
Discover the beautiful Creepy Creator color palette featuring loulou (#3b0c2c), tawny port (#6a293a), copper rust (#9b4b4b), tussock (#c89c4c) and sandwisp (#f4e1a4).
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 Creepy Creator palette
💻 Creepy Creator color palette CSS
/* CSS */
.color-1 {
color: #3b0c2c;
}
.color-2 {
color: #6a293a;
}
.color-3 {
color: #9b4b4b;
}
.color-4 {
color: #c89c4c;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #3b0c2c;
--color-2: #6a293a;
--color-3: #9b4b4b;
--color-4: #c89c4c;
--color-5: #f4e1a4;
} 🌈 Creepy Creator background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0c2c, #6a293a, #9b4b4b, #c89c4c, #f4e1a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0c2c, #6a293a, #9b4b4b, #c89c4c, #f4e1a4);
} 🔗 Explore similar color palettes
Creepy Creator color palette created on .