Dark Raspberry Color Palette
Discover the beautiful Dark Raspberry color palette featuring kobi (#eab8d1), charm (#d27f9a), tapestry (#b0698c), vin rouge (#9f3c4d) and wine berry (#4f1c2c).
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 Dark Raspberry palette
💻 Dark Raspberry color palette CSS
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d27f9a;
}
.color-3 {
color: #b0698c;
}
.color-4 {
color: #9f3c4d;
}
.color-5 {
color: #4f1c2c;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d27f9a;
--color-3: #b0698c;
--color-4: #9f3c4d;
--color-5: #4f1c2c;
} 🌈 Dark Raspberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d27f9a, #b0698c, #9f3c4d, #4f1c2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d27f9a, #b0698c, #9f3c4d, #4f1c2c);
} 🔗 Explore similar color palettes
Dark Raspberry color palette created on .