Clean Aqua Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Clean Aqua palette
Color Inspiration
Images that showcase this color palette in real designs
Download Clean Aqua Color Palette (PNG)
Clean Aqua color palette CSS
/* CSS */
.color-1 {
color: #a9e1ea;
}
.color-2 {
color: #6ed0d4;
}
.color-3 {
color: #4bb9b7;
}
.color-4 {
color: #309c93;
}
.color-5 {
color: #007a7a;
}
/* CSS Variables */
:root {
--color-1: #a9e1ea;
--color-2: #6ed0d4;
--color-3: #4bb9b7;
--color-4: #309c93;
--color-5: #007a7a;
}
Clean Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e1ea, #6ed0d4, #4bb9b7, #309c93, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e1ea, #6ed0d4, #4bb9b7, #309c93, #007a7a);
}
Similar color palettes
Clean Aqua color palette created on .