Crimson Valor Color Palette
Discover the beautiful Crimson Valor color palette featuring guardsman red (#bc0101), punch (#d8492c), sandy brown (#f0a94c), sandwisp (#f6e7a7) and sprout (#c3d7a8).
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 Valor palette
💻 Crimson Valor color palette CSS
/* CSS */
.color-1 {
color: #bc0101;
}
.color-2 {
color: #d8492c;
}
.color-3 {
color: #f0a94c;
}
.color-4 {
color: #f6e7a7;
}
.color-5 {
color: #c3d7a8;
}
/* CSS Variables */
:root {
--color-1: #bc0101;
--color-2: #d8492c;
--color-3: #f0a94c;
--color-4: #f6e7a7;
--color-5: #c3d7a8;
} 🌈 Crimson Valor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bc0101, #d8492c, #f0a94c, #f6e7a7, #c3d7a8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bc0101, #d8492c, #f0a94c, #f6e7a7, #c3d7a8);
} 🔗 Explore similar color palettes
Crimson Valor color palette created on .