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: #a98ccf;
}
.color-2 {
color: #e6d8e9;
}
.color-3 {
color: #b4a1c9;
}
.color-4 {
color: #caa3d7;
}
.color-5 {
color: #7d6a9a;
}

/* CSS Variables */
:root {
--color-1: #a98ccf;
--color-2: #e6d8e9;
--color-3: #b4a1c9;
--color-4: #caa3d7;
--color-5: #7d6a9a;
}

Lunar Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a98ccf, #e6d8e9, #b4a1c9, #caa3d7, #7d6a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a98ccf, #e6d8e9, #b4a1c9, #caa3d7, #7d6a9a);
}

Lunar Serenity color palette created on .