Crimson Whisper Color Palette
Discover the beautiful Crimson Whisper color palette featuring persian plum (#6d1c26), matrix (#ac4d54), petite orchid (#e08a8c), apricot peach (#f8bab4) and amour (#fcf3f3).
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: #6d1c26;
}
.color-2 {
color: #ac4d54;
}
.color-3 {
color: #e08a8c;
}
.color-4 {
color: #f8bab4;
}
.color-5 {
color: #fcf3f3;
}
/* CSS Variables */
:root {
--color-1: #6d1c26;
--color-2: #ac4d54;
--color-3: #e08a8c;
--color-4: #f8bab4;
--color-5: #fcf3f3;
} 🌈 Crimson Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d1c26, #ac4d54, #e08a8c, #f8bab4, #fcf3f3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d1c26, #ac4d54, #e08a8c, #f8bab4, #fcf3f3);
} 🔗 Explore similar color palettes
Crimson Whisper color palette created on .