Starlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starlit Serenity palette
Starlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b8d3e0;
}
.color-3 {
color: #e3e4e8;
}
.color-4 {
color: #c4c5ca;
}
.color-5 {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b8d3e0;
--color-3: #e3e4e8;
--color-4: #c4c5ca;
--color-5: #f5f5f5;
}
Starlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b8d3e0, #e3e4e8, #c4c5ca, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b8d3e0, #e3e4e8, #c4c5ca, #f5f5f5);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Starlit Serenity color palette created on .