Aqua Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Tranquility palette

Share this palette to:

Aqua Tranquility color palette CSS

/* CSS */
.color-1 {
color: #9ee5ff;
}
.color-2 {
color: #7fc7e1;
}
.color-3 {
color: #4ea9b7;
}
.color-4 {
color: #009e9e;
}
.color-5 {
color: #007a7a;
}

/* CSS Variables */
:root {
--color-1: #9ee5ff;
--color-2: #7fc7e1;
--color-3: #4ea9b7;
--color-4: #009e9e;
--color-5: #007a7a;
}

Aqua Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ee5ff, #7fc7e1, #4ea9b7, #009e9e, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ee5ff, #7fc7e1, #4ea9b7, #009e9e, #007a7a);
}

Aqua Tranquility color palette created on .