Blue Celestial Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Celestial palette

Share this palette to:

Blue Celestial color palette CSS

/* CSS */
.color-1 {
color: #c2cee5;
}
.color-2 {
color: #9db5d8;
}
.color-3 {
color: #6e9bcf;
}
.color-4 {
color: #3b7bbf;
}
.color-5 {
color: #1f5c98;
}

/* CSS Variables */
:root {
--color-1: #c2cee5;
--color-2: #9db5d8;
--color-3: #6e9bcf;
--color-4: #3b7bbf;
--color-5: #1f5c98;
}

Blue Celestial background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2cee5, #9db5d8, #6e9bcf, #3b7bbf, #1f5c98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2cee5, #9db5d8, #6e9bcf, #3b7bbf, #1f5c98);
}

Blue Celestial color palette created on .