Blue Celest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Celest palette

Share this palette to:

Blue Celest color palette CSS

/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #5e9cc5;
}
.color-3 {
color: #3b7d8c;
}
.color-4 {
color: #2b606e;
}
.color-5 {
color: #1a3d5b;
}

/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #5e9cc5;
--color-3: #3b7d8c;
--color-4: #2b606e;
--color-5: #1a3d5b;
}

Blue Celest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #5e9cc5, #3b7d8c, #2b606e, #1a3d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #5e9cc5, #3b7d8c, #2b606e, #1a3d5b);
}

Blue Celest color palette created on .