Crimson Whisper Color Palette
Discover the beautiful Crimson Whisper color palette featuring crown of thorns (#6f1f26), copper rust (#a2494d), new york pink (#d18081), rose fog (#e6b3b3) and we peep (#f4d2d3).
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: #6f1f26;
}
.color-2 {
color: #a2494d;
}
.color-3 {
color: #d18081;
}
.color-4 {
color: #e6b3b3;
}
.color-5 {
color: #f4d2d3;
}
/* CSS Variables */
:root {
--color-1: #6f1f26;
--color-2: #a2494d;
--color-3: #d18081;
--color-4: #e6b3b3;
--color-5: #f4d2d3;
}
🌈 Crimson Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f1f26, #a2494d, #d18081, #e6b3b3, #f4d2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f1f26, #a2494d, #d18081, #e6b3b3, #f4d2d3);
}
🔗 Explore similar color palettes
Crimson Whisper color palette created on .