Aquatic Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquatic Harmony palette

Share this palette to:

Aquatic Harmony color palette CSS

/* CSS */
.color-1 {
color: #1f9e9b;
}
.color-2 {
color: #50c3b4;
}
.color-3 {
color: #79e2ba;
}
.color-4 {
color: #a2f6b2;
}
.color-5 {
color: #d4f2e8;
}

/* CSS Variables */
:root {
--color-1: #1f9e9b;
--color-2: #50c3b4;
--color-3: #79e2ba;
--color-4: #a2f6b2;
--color-5: #d4f2e8;
}

Aquatic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f9e9b, #50c3b4, #79e2ba, #a2f6b2, #d4f2e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f9e9b, #50c3b4, #79e2ba, #a2f6b2, #d4f2e8);
}

Aquatic Harmony color palette created on .