Blue Waters Color Palette
Discover the beautiful Blue Waters color palette featuring astral (#2f6d9d), pelorous (#4ea2c6), regent st blue (#a2d9e6), mandys pink (#f0b4a8) and bittersweet (#ff6e61).
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 Blue Waters palette
💻 Blue Waters color palette CSS
/* CSS */
.color-1 {
color: #2f6d9d;
}
.color-2 {
color: #4ea2c6;
}
.color-3 {
color: #a2d9e6;
}
.color-4 {
color: #f0b4a8;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #2f6d9d;
--color-2: #4ea2c6;
--color-3: #a2d9e6;
--color-4: #f0b4a8;
--color-5: #ff6e61;
} 🌈 Blue Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f6d9d, #4ea2c6, #a2d9e6, #f0b4a8, #ff6e61);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f6d9d, #4ea2c6, #a2d9e6, #f0b4a8, #ff6e61);
} 🔗 Explore similar color palettes
Blue Waters color palette created on .