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: #2d498f;
}
.color-2 {
color: #5d7dbb;
}
.color-3 {
color: #91b2d4;
}
.color-4 {
color: #d0e4f6;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #2d498f;
--color-2: #5d7dbb;
--color-3: #91b2d4;
--color-4: #d0e4f6;
--color-5: #f5f9ff;
}

Blue Celestial background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d498f, #5d7dbb, #91b2d4, #d0e4f6, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d498f, #5d7dbb, #91b2d4, #d0e4f6, #f5f9ff);
}

Blue Celestial color palette created on .