Aqua Astral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Astral palette

Share this palette to:

Download Aqua Astral Color Palette (PNG)

Download aqua astral color palette PNG image (landscape)
Download aqua astral color palette PNG image (square)

Aqua Astral color palette CSS

/* CSS */
.color-1 {
color: #327c9f;
}
.color-2 {
color: #4ba8b4;
}
.color-3 {
color: #6bdbd7;
}
.color-4 {
color: #a3f0e6;
}
.color-5 {
color: #def7f5;
}

/* CSS Variables */
:root {
--color-1: #327c9f;
--color-2: #4ba8b4;
--color-3: #6bdbd7;
--color-4: #a3f0e6;
--color-5: #def7f5;
}

Aqua Astral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #327c9f, #4ba8b4, #6bdbd7, #a3f0e6, #def7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #327c9f, #4ba8b4, #6bdbd7, #a3f0e6, #def7f5);
}

Aqua Astral color palette created on .