Shades of Aqua Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Aqua palette
Shades of Aqua color palette CSS
/* CSS */
.color-1 {
color: #a0dad7;
}
.color-2 {
color: #68d3e8;
}
.color-3 {
color: #36b1c4;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #007a5e;
}
/* CSS Variables */
:root {
--color-1: #a0dad7;
--color-2: #68d3e8;
--color-3: #36b1c4;
--color-4: #009975;
--color-5: #007a5e;
}
Shades of Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0dad7, #68d3e8, #36b1c4, #009975, #007a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0dad7, #68d3e8, #36b1c4, #009975, #007a5e);
}
Similar color palettes
Shades of Aqua color palette created on .