Aqua Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Horizon palette

Share this palette to:

Aqua Horizon color palette CSS

/* CSS */
.color-1 {
color: #5ac6e7;
}
.color-2 {
color: #3b9fd8;
}
.color-3 {
color: #2a7ab7;
}
.color-4 {
color: #1e5fa9;
}
.color-5 {
color: #0d4c8c;
}

/* CSS Variables */
:root {
--color-1: #5ac6e7;
--color-2: #3b9fd8;
--color-3: #2a7ab7;
--color-4: #1e5fa9;
--color-5: #0d4c8c;
}

Aqua Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ac6e7, #3b9fd8, #2a7ab7, #1e5fa9, #0d4c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ac6e7, #3b9fd8, #2a7ab7, #1e5fa9, #0d4c8c);
}

Aqua Horizon color palette created on .