Aqua Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Breeze palette
Aqua Breeze color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #5dd5e5;
}
.color-3 {
color: #84e1e0;
}
.color-4 {
color: #b1f2f0;
}
.color-5 {
color: #e0ffff;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #5dd5e5;
--color-3: #84e1e0;
--color-4: #b1f2f0;
--color-5: #e0ffff;
}
Aqua Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #5dd5e5, #84e1e0, #b1f2f0, #e0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #5dd5e5, #84e1e0, #b1f2f0, #e0ffff);
}
Similar color palettes
Aqua Breeze color palette created on .