Serene Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Essence palette

Share this palette to:

Serene Essence color palette CSS

/* CSS */
.color-1 {
color: #b2a6d8;
}
.color-2 {
color: #e8c5c4;
}
.color-3 {
color: #f4e1b3;
}
.color-4 {
color: #d2b184;
}
.color-5 {
color: #a1c69f;
}

/* CSS Variables */
:root {
--color-1: #b2a6d8;
--color-2: #e8c5c4;
--color-3: #f4e1b3;
--color-4: #d2b184;
--color-5: #a1c69f;
}

Serene Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2a6d8, #e8c5c4, #f4e1b3, #d2b184, #a1c69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2a6d8, #e8c5c4, #f4e1b3, #d2b184, #a1c69f);
}

Serene Essence color palette created on .