Healing Waters Color Palette
Discover the beautiful Healing Waters color palette featuring periwinkle gray (#bfd5e8), casper (#a5c1cf), glacier (#7bb4c6), eastern blue (#1f9b9e) and paradiso (#2e7d7f).
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 Healing Waters palette
💻 Healing Waters color palette CSS
/* CSS */
.color-1 {
color: #bfd5e8;
}
.color-2 {
color: #a5c1cf;
}
.color-3 {
color: #7bb4c6;
}
.color-4 {
color: #1f9b9e;
}
.color-5 {
color: #2e7d7f;
}
/* CSS Variables */
:root {
--color-1: #bfd5e8;
--color-2: #a5c1cf;
--color-3: #7bb4c6;
--color-4: #1f9b9e;
--color-5: #2e7d7f;
} 🌈 Healing Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd5e8, #a5c1cf, #7bb4c6, #1f9b9e, #2e7d7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd5e8, #a5c1cf, #7bb4c6, #1f9b9e, #2e7d7f);
} 🔗 Explore similar color palettes
Healing Waters color palette created on .