Pink Velvet Color Palette
Discover the beautiful Pink Velvet color palette featuring cerise (#e633a1), wewak (#f39ba5), cupid (#f9bec3), dairy cream (#fae0bd) and marzipan (#f9d395).
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 Pink Velvet palette
💻 Pink Velvet color palette CSS
/* CSS */
.color-1 {
color: #e633a1;
}
.color-2 {
color: #f39ba5;
}
.color-3 {
color: #f9bec3;
}
.color-4 {
color: #fae0bd;
}
.color-5 {
color: #f9d395;
}
/* CSS Variables */
:root {
--color-1: #e633a1;
--color-2: #f39ba5;
--color-3: #f9bec3;
--color-4: #fae0bd;
--color-5: #f9d395;
} 🌈 Pink Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e633a1, #f39ba5, #f9bec3, #fae0bd, #f9d395);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e633a1, #f39ba5, #f9bec3, #fae0bd, #f9d395);
} 🔗 Explore similar color palettes
Pink Velvet color palette created on .