Aqua Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Horizon palette
Aqua Horizon color palette CSS
/* CSS */
.color-1 {
color: #003ea8;
}
.color-2 {
color: #007ab8;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #5dd7f9;
}
.color-5 {
color: #a3e1f0;
}
/* CSS Variables */
:root {
--color-1: #003ea8;
--color-2: #007ab8;
--color-3: #00a5e0;
--color-4: #5dd7f9;
--color-5: #a3e1f0;
}
Aqua Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003ea8, #007ab8, #00a5e0, #5dd7f9, #a3e1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003ea8, #007ab8, #00a5e0, #5dd7f9, #a3e1f0);
}
Similar color palettes
Aqua Horizon color palette created on .