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: #94b3e0;
}
.color-2 {
color: #6faad8;
}
.color-3 {
color: #52c5ef;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--color-1: #94b3e0;
--color-2: #6faad8;
--color-3: #52c5ef;
--color-4: #f4e1a4;
--color-5: #f6a9a2;
}
Celestial Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94b3e0, #6faad8, #52c5ef, #f4e1a4, #f6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94b3e0, #6faad8, #52c5ef, #f4e1a4, #f6a9a2);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Celestial Serenity color palette created on .