Aqua Serene Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Serene palette

Share this palette to:

Aqua Serene color palette CSS

/* CSS */
.color-1 {
color: #44aec5;
}
.color-2 {
color: #fcfdfd;
}
.color-3 {
color: #abd8e2;
}
.color-4 {
color: #daedf1;
}
.color-5 {
color: #7dc0cf;
}

/* CSS Variables */
:root {
--color-1: #44aec5;
--color-2: #fcfdfd;
--color-3: #abd8e2;
--color-4: #daedf1;
--color-5: #7dc0cf;
}

Aqua Serene background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #44aec5, #fcfdfd, #abd8e2, #daedf1, #7dc0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #44aec5, #fcfdfd, #abd8e2, #daedf1, #7dc0cf);
}

Similar color palettes

Aqua Serene color palette created on .