Discover the beautiful Aqua Haven color palette featuring cornflower (#8ec9e6), fountain blue (#69b1c9), pelorous (#47a1b8), keppel (#3aa19c) and paradiso (#398e8a).
Aqua Haven Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Aqua Haven palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Aqua Haven palette
💻 Aqua Haven color palette CSS
/* CSS */
.color-1 {
color: #8ec9e6;
}
.color-2 {
color: #69b1c9;
}
.color-3 {
color: #47a1b8;
}
.color-4 {
color: #3aa19c;
}
.color-5 {
color: #398e8a;
}
/* CSS Variables */
:root {
--color-1: #8ec9e6;
--color-2: #69b1c9;
--color-3: #47a1b8;
--color-4: #3aa19c;
--color-5: #398e8a;
}
🌈 Aqua Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ec9e6, #69b1c9, #47a1b8, #3aa19c, #398e8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ec9e6, #69b1c9, #47a1b8, #3aa19c, #398e8a);
}
🔗 Explore similar color palettes
Aqua Haven color palette created on .