Dark Strawberry Color Palette
Discover the beautiful Dark Strawberry color palette featuring old brick (#9c1c31), fuzzy wuzzy brown (#c84c58), deep blush (#e56c86), rose bud (#f9b1a4) and beauty bush (#f3c3c7).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Fruit, Juicy, Pink, Red, Strawberry, Summer, Vibrant color palettes and combinations.
💡 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 Strawberry palette
💻 Dark Strawberry color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c84c58;
}
.color-3 {
color: #e56c86;
}
.color-4 {
color: #f9b1a4;
}
.color-5 {
color: #f3c3c7;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c84c58;
--color-3: #e56c86;
--color-4: #f9b1a4;
--color-5: #f3c3c7;
} 🌈 Dark Strawberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c84c58, #e56c86, #f9b1a4, #f3c3c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c84c58, #e56c86, #f9b1a4, #f3c3c7);
} 🔗 Explore similar color palettes
Dark Strawberry color palette created on .