Aquatic Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aquatic Harmony palette
Aquatic Harmony color palette CSS
/* CSS */
.color-1 {
color: #1d9a7d;
}
.color-2 {
color: #3ebb89;
}
.color-3 {
color: #5cd19e;
}
.color-4 {
color: #8ee6c1;
}
.color-5 {
color: #b1f2de;
}
/* CSS Variables */
:root {
--color-1: #1d9a7d;
--color-2: #3ebb89;
--color-3: #5cd19e;
--color-4: #8ee6c1;
--color-5: #b1f2de;
}
Aquatic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9a7d, #3ebb89, #5cd19e, #8ee6c1, #b1f2de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9a7d, #3ebb89, #5cd19e, #8ee6c1, #b1f2de);
}
Similar color palettes
Aquatic Harmony color palette created on .