Scary Color Palette
Discover the beautiful Scary color palette featuring dune (#2c2a26), dorado (#5a4e49), chestnut (#b63e4a), fire bush (#e58938) and golden dream (#f1d33b).
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 Scary palette
💻 Scary color palette CSS
/* CSS */
.color-1 {
color: #2c2a26;
}
.color-2 {
color: #5a4e49;
}
.color-3 {
color: #b63e4a;
}
.color-4 {
color: #e58938;
}
.color-5 {
color: #f1d33b;
}
/* CSS Variables */
:root {
--color-1: #2c2a26;
--color-2: #5a4e49;
--color-3: #b63e4a;
--color-4: #e58938;
--color-5: #f1d33b;
} 🌈 Scary background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2a26, #5a4e49, #b63e4a, #e58938, #f1d33b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2a26, #5a4e49, #b63e4a, #e58938, #f1d33b);
} 🔗 Explore similar color palettes
Scary color palette created on .