Blue Astral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Astral palette

Share this palette to:

Blue Astral color palette CSS

/* CSS */
.color-1 {
color: #327c9f;
}
.color-2 {
color: #5bb0c8;
}
.color-3 {
color: #a3e0e6;
}
.color-4 {
color: #f1f8f9;
}
.color-5 {
color: #f9d4b4;
}

/* CSS Variables */
:root {
--color-1: #327c9f;
--color-2: #5bb0c8;
--color-3: #a3e0e6;
--color-4: #f1f8f9;
--color-5: #f9d4b4;
}

Blue Astral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #327c9f, #5bb0c8, #a3e0e6, #f1f8f9, #f9d4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #327c9f, #5bb0c8, #a3e0e6, #f1f8f9, #f9d4b4);
}

Blue Astral color palette created on .