Discover the beautiful Aqua Serenity color palette featuring bondi blue (#008ab8), pacific blue (#00a1c2), cerulean (#00b5d1), aquamarine blue (#70d5e1) and regent st blue (#a3e0e6).
Aqua Serenity 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 Serenity palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Aqua Serenity palette
💻 Aqua Serenity color palette CSS
/* CSS */
.color-1 {
color: #008ab8;
}
.color-2 {
color: #00a1c2;
}
.color-3 {
color: #00b5d1;
}
.color-4 {
color: #70d5e1;
}
.color-5 {
color: #a3e0e6;
}
/* CSS Variables */
:root {
--color-1: #008ab8;
--color-2: #00a1c2;
--color-3: #00b5d1;
--color-4: #70d5e1;
--color-5: #a3e0e6;
}
🌈 Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008ab8, #00a1c2, #00b5d1, #70d5e1, #a3e0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008ab8, #00a1c2, #00b5d1, #70d5e1, #a3e0e6);
}
🔗 Explore similar color palettes
Aqua Serenity color palette created on .