Scar Color Palette
Discover the beautiful Scar color palette featuring merlot (#811d2e), stiletto (#a7393f), japonica (#d76d65), wewak (#f1a3a2) and mandys pink (#f6cac6).
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 Scar palette
💻 Scar color palette CSS
/* CSS */
.color-1 {
color: #811d2e;
}
.color-2 {
color: #a7393f;
}
.color-3 {
color: #d76d65;
}
.color-4 {
color: #f1a3a2;
}
.color-5 {
color: #f6cac6;
}
/* CSS Variables */
:root {
--color-1: #811d2e;
--color-2: #a7393f;
--color-3: #d76d65;
--color-4: #f1a3a2;
--color-5: #f6cac6;
} 🌈 Scar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #811d2e, #a7393f, #d76d65, #f1a3a2, #f6cac6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #811d2e, #a7393f, #d76d65, #f1a3a2, #f6cac6);
} 🔗 Explore similar color palettes
Scar color palette created on .