Starlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starlit Serenity palette
Download Starlit Serenity Color Palette (PNG)
Starlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #1d1e2a;
}
.color-2 {
color: #4b4e6c;
}
.color-3 {
color: #6f7a9b;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #f0f5fa;
}
/* CSS Variables */
:root {
--color-1: #1d1e2a;
--color-2: #4b4e6c;
--color-3: #6f7a9b;
--color-4: #a2c7e7;
--color-5: #f0f5fa;
}
Starlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e2a, #4b4e6c, #6f7a9b, #a2c7e7, #f0f5fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e2a, #4b4e6c, #6f7a9b, #a2c7e7, #f0f5fa);
}
Similar color palettes
Starlit Serenity color palette created on .