Luminous Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luminous Serenity palette

Share this palette to:

Luminous Serenity color palette CSS

/* CSS */
.color-1 {
color: #f2dfa1;
}
.color-2 {
color: #d5c2e0;
}
.color-3 {
color: #9fd6ce;
}
.color-4 {
color: #7ac2a8;
}
.color-5 {
color: #4cae80;
}

/* CSS Variables */
:root {
--color-1: #f2dfa1;
--color-2: #d5c2e0;
--color-3: #9fd6ce;
--color-4: #7ac2a8;
--color-5: #4cae80;
}

Luminous Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2dfa1, #d5c2e0, #9fd6ce, #7ac2a8, #4cae80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2dfa1, #d5c2e0, #9fd6ce, #7ac2a8, #4cae80);
}

Luminous Serenity color palette created on .