Serenity in Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Bloom palette

Share this palette to:

Serenity in Bloom color palette CSS

/* CSS */
.color-1 {
color: #b2d9a0;
}
.color-2 {
color: #e3b0df;
}
.color-3 {
color: #a4c1ae;
}
.color-4 {
color: #b2e0ae;
}
.color-5 {
color: #a4c3da;
}

/* CSS Variables */
:root {
--color-1: #b2d9a0;
--color-2: #e3b0df;
--color-3: #a4c1ae;
--color-4: #b2e0ae;
--color-5: #a4c3da;
}

Serenity in Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d9a0, #e3b0df, #a4c1ae, #b2e0ae, #a4c3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d9a0, #e3b0df, #a4c1ae, #b2e0ae, #a4c3da);
}

Serenity in Bloom color palette created on .