Calming Aqua Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calming Aqua palette

Share this palette to:

Calming Aqua color palette CSS

/* CSS */
.color-1 {
color: #a3d5e1;
}
.color-2 {
color: #f2e2a1;
}
.color-3 {
color: #f2b9a1;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #699b6d;
}

/* CSS Variables */
:root {
--color-1: #a3d5e1;
--color-2: #f2e2a1;
--color-3: #f2b9a1;
--color-4: #f76e6e;
--color-5: #699b6d;
}

Calming Aqua background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e1, #f2e2a1, #f2b9a1, #f76e6e, #699b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e1, #f2e2a1, #f2b9a1, #f76e6e, #699b6d);
}

Calming Aqua color palette created on .