Crimson Whisper Color Palette
Discover the beautiful Crimson Whisper color palette featuring el salva (#883035), copper rust (#904a52), copper rose (#9c6873), mountbatten pink (#a47c8a) and bouquet (#a98795).
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 Whisper palette
💻 Crimson Whisper color palette CSS
/* CSS */
.color-1 {
color: #883035;
}
.color-2 {
color: #904a52;
}
.color-3 {
color: #9c6873;
}
.color-4 {
color: #a47c8a;
}
.color-5 {
color: #a98795;
}
/* CSS Variables */
:root {
--color-1: #883035;
--color-2: #904a52;
--color-3: #9c6873;
--color-4: #a47c8a;
--color-5: #a98795;
} 🌈 Crimson Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #883035, #904a52, #9c6873, #a47c8a, #a98795);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #883035, #904a52, #9c6873, #a47c8a, #a98795);
} 🔗 Explore similar color palettes
Crimson Whisper color palette created on .