Pink Lotus Water Color Palette
Discover the beautiful Pink Lotus Water color palette featuring azalea (#f6c6d3), powder blue (#b3e3ea), vista blue (#9fd5b7), conifer (#b8d64c) and casablanca (#f9b343).
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 Lotus Water palette
💻 Pink Lotus Water color palette CSS
/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #b3e3ea;
}
.color-3 {
color: #9fd5b7;
}
.color-4 {
color: #b8d64c;
}
.color-5 {
color: #f9b343;
}
/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #b3e3ea;
--color-3: #9fd5b7;
--color-4: #b8d64c;
--color-5: #f9b343;
}
🌈 Pink Lotus Water background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #b3e3ea, #9fd5b7, #b8d64c, #f9b343);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #b3e3ea, #9fd5b7, #b8d64c, #f9b343);
}
🔗 Explore similar color palettes
Pink Lotus Water color palette created on .