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: #2a2c9d;
}
.color-2 {
color: #5456c0;
}
.color-3 {
color: #7e8ee7;
}
.color-4 {
color: #b3baff;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #2a2c9d;
--color-2: #5456c0;
--color-3: #7e8ee7;
--color-4: #b3baff;
--color-5: #f5f9ff;
}

Blue Celestial background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c9d, #5456c0, #7e8ee7, #b3baff, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c9d, #5456c0, #7e8ee7, #b3baff, #f5f9ff);
}

Blue Celestial color palette created on .