Serene Aqua Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Aqua Breeze palette

Share this palette to:

Serene Aqua Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ccebeb;
}
.color-3 {
color: #f1f8f6;
}
.color-4 {
color: #e0f7fa;
}
.color-5 {
color: #b1eaf2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ccebeb;
--color-3: #f1f8f6;
--color-4: #e0f7fa;
--color-5: #b1eaf2;
}

Serene Aqua Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ccebeb, #f1f8f6, #e0f7fa, #b1eaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ccebeb, #f1f8f6, #e0f7fa, #b1eaf2);
}

Serene Aqua Breeze color palette created on .