Crimson Harmony Color Palette
Discover the beautiful Crimson Harmony color palette featuring japonica (#d86f6f), stiletto (#a63a3a), del rio (#a78b8b), rose fog (#ebc6c6) and ferra (#6b4c4c).
Brightness
Saturation
Warmth
Refine
💡 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 Harmony palette
💻 Crimson Harmony color palette CSS
/* CSS */
.color-1 {
color: #d86f6f;
}
.color-2 {
color: #a63a3a;
}
.color-3 {
color: #a78b8b;
}
.color-4 {
color: #ebc6c6;
}
.color-5 {
color: #6b4c4c;
}
/* CSS Variables */
:root {
--color-1: #d86f6f;
--color-2: #a63a3a;
--color-3: #a78b8b;
--color-4: #ebc6c6;
--color-5: #6b4c4c;
} 🌈 Crimson Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86f6f, #a63a3a, #a78b8b, #ebc6c6, #6b4c4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86f6f, #a63a3a, #a78b8b, #ebc6c6, #6b4c4c);
} 🔗 Explore similar color palettes
Crimson Harmony color palette created on .