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: #3b8cb5;
}
.color-2 {
color: #5ab59e;
}
.color-3 {
color: #6ed8a1;
}
.color-4 {
color: #d4e6b3;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #3b8cb5;
--color-2: #5ab59e;
--color-3: #6ed8a1;
--color-4: #d4e6b3;
--color-5: #f1c84b;
}

Aquatic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8cb5, #5ab59e, #6ed8a1, #d4e6b3, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8cb5, #5ab59e, #6ed8a1, #d4e6b3, #f1c84b);
}

Aquatic Harmony color palette created on .