Shades of Aqua Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Aqua palette

Share this palette to:

Shades of Aqua color palette CSS

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f9cd8b;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #5abf69;
}
.color-5 {
color: #498cab;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f9cd8b;
--color-3: #a3d55d;
--color-4: #5abf69;
--color-5: #498cab;
}

Shades of Aqua background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f9cd8b, #a3d55d, #5abf69, #498cab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f9cd8b, #a3d55d, #5abf69, #498cab);
}

Shades of Aqua color palette created on .