Crimson Whispers Color Palette
Discover the beautiful Crimson Whispers color palette featuring claret (#7a1a2f), cadillac (#a84d5c), my pink (#d6998a), desert sand (#efc7b8) and albescent white (#f5e1d6).
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 Whispers palette
💻 Crimson Whispers color palette CSS
/* CSS */
.color-1 {
color: #7a1a2f;
}
.color-2 {
color: #a84d5c;
}
.color-3 {
color: #d6998a;
}
.color-4 {
color: #efc7b8;
}
.color-5 {
color: #f5e1d6;
}
/* CSS Variables */
:root {
--color-1: #7a1a2f;
--color-2: #a84d5c;
--color-3: #d6998a;
--color-4: #efc7b8;
--color-5: #f5e1d6;
} 🌈 Crimson Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1a2f, #a84d5c, #d6998a, #efc7b8, #f5e1d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1a2f, #a84d5c, #d6998a, #efc7b8, #f5e1d6);
} 🔗 Explore similar color palettes
Crimson Whispers color palette created on .