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