Aqua Reverie Color Palette
Discover the beautiful Aqua Reverie color palette featuring fountain blue (#4fb9c4), lochinvar (#2f9d98), paradiso (#2b7d7d), cutty sark (#4a6b6d) and scorpion (#605c60).
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 Aqua Reverie palette
💻 Aqua Reverie color palette CSS
/* CSS */
.color-1 {
color: #4fb9c4;
}
.color-2 {
color: #2f9d98;
}
.color-3 {
color: #2b7d7d;
}
.color-4 {
color: #4a6b6d;
}
.color-5 {
color: #605c60;
}
/* CSS Variables */
:root {
--color-1: #4fb9c4;
--color-2: #2f9d98;
--color-3: #2b7d7d;
--color-4: #4a6b6d;
--color-5: #605c60;
} 🌈 Aqua Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fb9c4, #2f9d98, #2b7d7d, #4a6b6d, #605c60);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fb9c4, #2f9d98, #2b7d7d, #4a6b6d, #605c60);
} 🔗 Explore similar color palettes
Aqua Reverie color palette created on .