Aqua Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Blue palette
Aqua Blue color palette CSS
/* CSS */
.color-1 {
color: #0096d6;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00d6e6;
}
.color-4 {
color: #5fe7d7;
}
.color-5 {
color: #a4f9f9;
}
/* CSS Variables */
:root {
--color-1: #0096d6;
--color-2: #00b0e0;
--color-3: #00d6e6;
--color-4: #5fe7d7;
--color-5: #a4f9f9;
}
Aqua Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d6, #00b0e0, #00d6e6, #5fe7d7, #a4f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d6, #00b0e0, #00d6e6, #5fe7d7, #a4f9f9);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Aqua Blue color palette created on .