Celestial Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Serenity palette
Celestial Serenity color palette CSS
/* CSS */
.color-1 {
color: #1d1e25;
}
.color-2 {
color: #4b5e7c;
}
.color-3 {
color: #6c8eb2;
}
.color-4 {
color: #8cb4de;
}
.color-5 {
color: #b1d1e7;
}
/* CSS Variables */
:root {
--color-1: #1d1e25;
--color-2: #4b5e7c;
--color-3: #6c8eb2;
--color-4: #8cb4de;
--color-5: #b1d1e7;
}
Celestial Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e25, #4b5e7c, #6c8eb2, #8cb4de, #b1d1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e25, #4b5e7c, #6c8eb2, #8cb4de, #b1d1e7);
}
Similar color palettes
Celestial Serenity color palette created on .