Lunar Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Serenity palette

Share this palette to:

Lunar Serenity color palette CSS

/* CSS */
.color-1 {
color: #cae3dc;
}
.color-2 {
color: #9dc3d2;
}
.color-3 {
color: #759db3;
}
.color-4 {
color: #4b8a9b;
}
.color-5 {
color: #27494e;
}

/* CSS Variables */
:root {
--color-1: #cae3dc;
--color-2: #9dc3d2;
--color-3: #759db3;
--color-4: #4b8a9b;
--color-5: #27494e;
}

Lunar Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cae3dc, #9dc3d2, #759db3, #4b8a9b, #27494e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cae3dc, #9dc3d2, #759db3, #4b8a9b, #27494e);
}

Lunar Serenity color palette created on .