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: #0074b3;
}
.color-2 {
color: #0096db;
}
.color-3 {
color: #00b0f0;
}
.color-4 {
color: #00c3ff;
}
.color-5 {
color: #00e5ff;
}

/* CSS Variables */
:root {
--color-1: #0074b3;
--color-2: #0096db;
--color-3: #00b0f0;
--color-4: #00c3ff;
--color-5: #00e5ff;
}

Aqua Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0074b3, #0096db, #00b0f0, #00c3ff, #00e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0074b3, #0096db, #00b0f0, #00c3ff, #00e5ff);
}

Aqua Horizon color palette created on .