Celestial Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Serenity palette

Share this palette to:

Celestial Serenity color palette CSS

/* CSS */
.color-1 {
color: #1d3f96;
}
.color-2 {
color: #397fd5;
}
.color-3 {
color: #6bb3e1;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #f3f9ec;
}

/* CSS Variables */
:root {
--color-1: #1d3f96;
--color-2: #397fd5;
--color-3: #6bb3e1;
--color-4: #a3d6e0;
--color-5: #f3f9ec;
}

Celestial Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f96, #397fd5, #6bb3e1, #a3d6e0, #f3f9ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f96, #397fd5, #6bb3e1, #a3d6e0, #f3f9ec);
}

Celestial Serenity color palette created on .