Vibrant Pink Color Palette
Discover the beautiful Vibrant Pink color palette featuring marzipan (#f8d99b), porsche (#e4a46c), hopbush (#d56d9d), tapestry (#b34d9e) and studio (#7d42ae).
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 Vibrant Pink palette
๐ป Vibrant Pink color palette CSS
/* CSS */
.color-1 {
color: #f8d99b;
}
.color-2 {
color: #e4a46c;
}
.color-3 {
color: #d56d9d;
}
.color-4 {
color: #b34d9e;
}
.color-5 {
color: #7d42ae;
}
/* CSS Variables */
:root {
--color-1: #f8d99b;
--color-2: #e4a46c;
--color-3: #d56d9d;
--color-4: #b34d9e;
--color-5: #7d42ae;
} ๐ Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d99b, #e4a46c, #d56d9d, #b34d9e, #7d42ae);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d99b, #e4a46c, #d56d9d, #b34d9e, #7d42ae);
} ๐ Explore similar color palettes
Vibrant Pink color palette created on .