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: #2a9cf4;
}
.color-2 {
color: #4d88d1;
}
.color-3 {
color: #7c9fc5;
}
.color-4 {
color: #b2c9e6;
}
.color-5 {
color: #e0f3ff;
}
/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #4d88d1;
--color-3: #7c9fc5;
--color-4: #b2c9e6;
--color-5: #e0f3ff;
}
Celestial Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #4d88d1, #7c9fc5, #b2c9e6, #e0f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #4d88d1, #7c9fc5, #b2c9e6, #e0f3ff);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Celestial Serenity color palette created on .