Starlit Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starlit Serenity palette

Share this palette to:

Starlit Serenity color palette CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b5b8b;
}
.color-3 {
color: #70809e;
}
.color-4 {
color: #a4c3df;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b5b8b;
--color-3: #70809e;
--color-4: #a4c3df;
--color-5: #f5f9ff;
}

Starlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b5b8b, #70809e, #a4c3df, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b5b8b, #70809e, #a4c3df, #f5f9ff);
}

Starlit Serenity color palette created on .