Pink Gardenia Color Palette
Discover the beautiful Pink Gardenia color palette featuring givry (#f8e0bf), manhattan (#f4b79f), wewak (#f19998), froly (#f05c7c) and cabaret (#d84f66).
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 Gardenia palette
💻 Pink Gardenia color palette CSS
/* CSS */
.color-1 {
color: #f8e0bf;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f19998;
}
.color-4 {
color: #f05c7c;
}
.color-5 {
color: #d84f66;
}
/* CSS Variables */
:root {
--color-1: #f8e0bf;
--color-2: #f4b79f;
--color-3: #f19998;
--color-4: #f05c7c;
--color-5: #d84f66;
} 🌈 Pink Gardenia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0bf, #f4b79f, #f19998, #f05c7c, #d84f66);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0bf, #f4b79f, #f19998, #f05c7c, #d84f66);
} 🔗 Explore similar color palettes
Pink Gardenia color palette created on .