Aqua Astro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Astro palette

Share this palette to:

Aqua Astro color palette CSS

/* CSS */
.color-1 {
color: #3b7fba;
}
.color-2 {
color: #69c5d3;
}
.color-3 {
color: #b2e1e1;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #3b7fba;
--color-2: #69c5d3;
--color-3: #b2e1e1;
--color-4: #f0a800;
--color-5: #ff7142;
}

Aqua Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7fba, #69c5d3, #b2e1e1, #f0a800, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7fba, #69c5d3, #b2e1e1, #f0a800, #ff7142);
}

Aqua Astro color palette created on .