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: #0095c7;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #a2e4f1;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #5cc0eb;
--color-3: #a2e4f1;
--color-4: #f6d55a;
--color-5: #ff6e61;
}

Aqua Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #5cc0eb, #a2e4f1, #f6d55a, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #5cc0eb, #a2e4f1, #f6d55a, #ff6e61);
}

Aqua Horizon color palette created on .