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: #009ddb;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00d4f5;
}
.color-4 {
color: #1ae0ff;
}
.color-5 {
color: #6bf8ff;
}

/* CSS Variables */
:root {
--color-1: #009ddb;
--color-2: #00b0e0;
--color-3: #00d4f5;
--color-4: #1ae0ff;
--color-5: #6bf8ff;
}

Aqua Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009ddb, #00b0e0, #00d4f5, #1ae0ff, #6bf8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009ddb, #00b0e0, #00d4f5, #1ae0ff, #6bf8ff);
}

Aqua Breeze color palette created on .