Crimson Grey Color Palette
Discover the beautiful Crimson Grey color palette featuring cedar (#3f1415), buccaneer (#5b2e31), copper rust (#854a4f), thatch (#b79ba1) and swiss coffee (#d6c9cd).
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 Crimson Grey palette
💻 Crimson Grey color palette CSS
/* CSS */
.color-1 {
color: #3f1415;
}
.color-2 {
color: #5b2e31;
}
.color-3 {
color: #854a4f;
}
.color-4 {
color: #b79ba1;
}
.color-5 {
color: #d6c9cd;
}
/* CSS Variables */
:root {
--color-1: #3f1415;
--color-2: #5b2e31;
--color-3: #854a4f;
--color-4: #b79ba1;
--color-5: #d6c9cd;
} 🌈 Crimson Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f1415, #5b2e31, #854a4f, #b79ba1, #d6c9cd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f1415, #5b2e31, #854a4f, #b79ba1, #d6c9cd);
} 🔗 Explore similar color palettes
Crimson Grey color palette created on .