Cool Aqua Color Palette
Discover the beautiful Cool Aqua color palette featuring tranquil (#e5ffff), french pass (#b3ffff), anakiwa (#80ffff), aquamarine (#4dffff) and cyan / aqua (#1affff).
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 Cool Aqua palette
💻 Cool Aqua color palette CSS
/* CSS */
.color-1 {
color: #e5ffff;
}
.color-2 {
color: #b3ffff;
}
.color-3 {
color: #80ffff;
}
.color-4 {
color: #4dffff;
}
.color-5 {
color: #1affff;
}
/* CSS Variables */
:root {
--color-1: #e5ffff;
--color-2: #b3ffff;
--color-3: #80ffff;
--color-4: #4dffff;
--color-5: #1affff;
} 🌈 Cool Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5ffff, #b3ffff, #80ffff, #4dffff, #1affff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5ffff, #b3ffff, #80ffff, #4dffff, #1affff);
} 🔗 Explore similar color palettes
Cool Aqua color palette created on .