Blue Aquarius Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Aquarius palette

Share this palette to:

Blue Aquarius color palette CSS

/* CSS */
.color-1 {
color: #4b8bb9;
}
.color-2 {
color: #70bfdb;
}
.color-3 {
color: #a3d7e6;
}
.color-4 {
color: #f4e2b3;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #4b8bb9;
--color-2: #70bfdb;
--color-3: #a3d7e6;
--color-4: #f4e2b3;
--color-5: #f5a524;
}

Blue Aquarius background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8bb9, #70bfdb, #a3d7e6, #f4e2b3, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8bb9, #70bfdb, #a3d7e6, #f4e2b3, #f5a524);
}

Blue Aquarius color palette created on .