Pink Hibiscus Color Palette
Discover the beautiful Pink Hibiscus color palette featuring azalea (#f8d3e1), cinderella (#fde2e3), double pearl lusta (#fce9cf), off yellow (#fef9e7) and black squeeze (#f7fbfc).
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 Hibiscus palette
💻 Pink Hibiscus color palette CSS
/* CSS */
.color-1 {
color: #f8d3e1;
}
.color-2 {
color: #fde2e3;
}
.color-3 {
color: #fce9cf;
}
.color-4 {
color: #fef9e7;
}
.color-5 {
color: #f7fbfc;
}
/* CSS Variables */
:root {
--color-1: #f8d3e1;
--color-2: #fde2e3;
--color-3: #fce9cf;
--color-4: #fef9e7;
--color-5: #f7fbfc;
}
🌈 Pink Hibiscus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3e1, #fde2e3, #fce9cf, #fef9e7, #f7fbfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3e1, #fde2e3, #fce9cf, #fef9e7, #f7fbfc);
}
🔗 Explore similar color palettes
Pink Hibiscus color palette created on .