Aqua Odyssey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Odyssey palette

Share this palette to:

Aqua Odyssey color palette CSS

/* CSS */
.color-1 {
color: #1f4e61;
}
.color-2 {
color: #3a6d73;
}
.color-3 {
color: #75b3a1;
}
.color-4 {
color: #9fe5c5;
}
.color-5 {
color: #f1f8f3;
}

/* CSS Variables */
:root {
--color-1: #1f4e61;
--color-2: #3a6d73;
--color-3: #75b3a1;
--color-4: #9fe5c5;
--color-5: #f1f8f3;
}

Aqua Odyssey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e61, #3a6d73, #75b3a1, #9fe5c5, #f1f8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e61, #3a6d73, #75b3a1, #9fe5c5, #f1f8f3);
}

Aqua Odyssey color palette created on .