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: #b8faff;
}
.color-2 {
color: #80d7db;
}
.color-3 {
color: #4cb7c8;
}
.color-4 {
color: #32a2b3;
}
.color-5 {
color: #009485;
}
/* CSS Variables */
:root {
--color-1: #b8faff;
--color-2: #80d7db;
--color-3: #4cb7c8;
--color-4: #32a2b3;
--color-5: #009485;
}
Aqua Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8faff, #80d7db, #4cb7c8, #32a2b3, #009485);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8faff, #80d7db, #4cb7c8, #32a2b3, #009485);
}
Similar color palettes
Aqua Breeze color palette created on .