Discover the beautiful Aqua Cascade color palette featuring fountain blue (#56b3bd), keppel (#3a9ea1), lochinvar (#2b8182), blue dianne (#205e60) and aqua island (#a4d7db).
Aqua Cascade 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 Cascade palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Aqua Cascade palette
💻 Aqua Cascade color palette CSS
/* CSS */
.color-1 {
color: #56b3bd;
}
.color-2 {
color: #3a9ea1;
}
.color-3 {
color: #2b8182;
}
.color-4 {
color: #205e60;
}
.color-5 {
color: #a4d7db;
}
/* CSS Variables */
:root {
--color-1: #56b3bd;
--color-2: #3a9ea1;
--color-3: #2b8182;
--color-4: #205e60;
--color-5: #a4d7db;
}
🌈 Aqua Cascade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56b3bd, #3a9ea1, #2b8182, #205e60, #a4d7db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56b3bd, #3a9ea1, #2b8182, #205e60, #a4d7db);
}
🔗 Explore similar color palettes
Aqua Cascade color palette created on .