Starred Scars Color Palette
Discover the beautiful Starred Scars color palette featuring puce (#c57c99), shilo (#e2a7b3), we peep (#f1c1d6), wisp pink (#fef1f5) and carnation pink (#ffb3c6).
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 Starred Scars palette
💻 Starred Scars color palette CSS
/* CSS */
.color-1 {
color: #c57c99;
}
.color-2 {
color: #e2a7b3;
}
.color-3 {
color: #f1c1d6;
}
.color-4 {
color: #fef1f5;
}
.color-5 {
color: #ffb3c6;
}
/* CSS Variables */
:root {
--color-1: #c57c99;
--color-2: #e2a7b3;
--color-3: #f1c1d6;
--color-4: #fef1f5;
--color-5: #ffb3c6;
} 🌈 Starred Scars background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c57c99, #e2a7b3, #f1c1d6, #fef1f5, #ffb3c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c57c99, #e2a7b3, #f1c1d6, #fef1f5, #ffb3c6);
} 🔗 Explore similar color palettes
Starred Scars color palette created on .