Aqua Coast Color Palette
Discover the beautiful Aqua Coast color palette featuring picton blue (#4cb7e1), curious blue (#2a9fd5), lochmara (#007ab8), orient (#005c8a) and astronaut blue (#003f5c).
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 Coast palette
💻 Aqua Coast color palette CSS
/* CSS */
.color-1 {
color: #4cb7e1;
}
.color-2 {
color: #2a9fd5;
}
.color-3 {
color: #007ab8;
}
.color-4 {
color: #005c8a;
}
.color-5 {
color: #003f5c;
}
/* CSS Variables */
:root {
--color-1: #4cb7e1;
--color-2: #2a9fd5;
--color-3: #007ab8;
--color-4: #005c8a;
--color-5: #003f5c;
} 🌈 Aqua Coast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb7e1, #2a9fd5, #007ab8, #005c8a, #003f5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb7e1, #2a9fd5, #007ab8, #005c8a, #003f5c);
} 🔗 Explore similar color palettes
Aqua Coast color palette created on .