Discover the beautiful Crimson Steel color palette featuring cashmere (#e7a2a2), casper (#afc3d5), gothic (#6a9da0), mulled wine (#4f4b6c) and cream can (#f2b75a).
Crimson Steel Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Crimson Steel palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Crimson Steel palette
💻 Crimson Steel color palette CSS
/* CSS */
.color-1 {
color: #e7a2a2;
}
.color-2 {
color: #afc3d5;
}
.color-3 {
color: #6a9da0;
}
.color-4 {
color: #4f4b6c;
}
.color-5 {
color: #f2b75a;
}
/* CSS Variables */
:root {
--color-1: #e7a2a2;
--color-2: #afc3d5;
--color-3: #6a9da0;
--color-4: #4f4b6c;
--color-5: #f2b75a;
}
🌈 Crimson Steel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a2a2, #afc3d5, #6a9da0, #4f4b6c, #f2b75a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a2a2, #afc3d5, #6a9da0, #4f4b6c, #f2b75a);
}
🔗 Explore similar color palettes
Crimson Steel color palette created on .