Vibrant Pink and Slate Blue Color Palette
Discover the beautiful Vibrant Pink and Slate Blue color palette featuring razzmatazz (#d6006f), wild strawberry (#ff4281), havelock blue (#4b91e2), chetwode blue (#7b9bdb) and limed spruce (#36464e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Blue, Modern 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 Vibrant Pink and Slate Blue palette
💻 Vibrant Pink and Slate Blue color palette CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #7b9bdb;
}
.color-5 {
color: #36464e;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff4281;
--color-3: #4b91e2;
--color-4: #7b9bdb;
--color-5: #36464e;
} 🌈 Vibrant Pink and Slate Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff4281, #4b91e2, #7b9bdb, #36464e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff4281, #4b91e2, #7b9bdb, #36464e);
} 🔗 Explore similar color palettes
Vibrant Pink and Slate Blue color palette created on .