Aqua Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Breeze palette

Share this palette to:

Aqua Breeze color palette CSS

/* CSS */
.color-1 {
color: #00e0dd;
}
.color-2 {
color: #3af2f2;
}
.color-3 {
color: #7ef7f5;
}
.color-4 {
color: #b9f9f8;
}
.color-5 {
color: #e0ffff;
}

/* CSS Variables */
:root {
--color-1: #00e0dd;
--color-2: #3af2f2;
--color-3: #7ef7f5;
--color-4: #b9f9f8;
--color-5: #e0ffff;
}

Aqua Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00e0dd, #3af2f2, #7ef7f5, #b9f9f8, #e0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00e0dd, #3af2f2, #7ef7f5, #b9f9f8, #e0ffff);
}

Aqua Breeze color palette created on .