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: #70c5f0;
}
.color-2 {
color: #4cb7e1;
}
.color-3 {
color: #3a9dcf;
}
.color-4 {
color: #2f86b1;
}
.color-5 {
color: #2b739c;
}

/* CSS Variables */
:root {
--color-1: #70c5f0;
--color-2: #4cb7e1;
--color-3: #3a9dcf;
--color-4: #2f86b1;
--color-5: #2b739c;
}

Celestial Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70c5f0, #4cb7e1, #3a9dcf, #2f86b1, #2b739c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70c5f0, #4cb7e1, #3a9dcf, #2f86b1, #2b739c);
}

Celestial Serenity color palette created on .