Serene Blossom Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Blossom Dream palette

Share this palette to:

Serene Blossom Dream color palette CSS

/* CSS */
.color-1 {
color: #a6f2b8;
}
.color-2 {
color: #f58089;
}
.color-3 {
color: #75b9c7;
}
.color-4 {
color: #c3f5b2;
}
.color-5 {
color: #e3babc;
}

/* CSS Variables */
:root {
--color-1: #a6f2b8;
--color-2: #f58089;
--color-3: #75b9c7;
--color-4: #c3f5b2;
--color-5: #e3babc;
}

Serene Blossom Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6f2b8, #f58089, #75b9c7, #c3f5b2, #e3babc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6f2b8, #f58089, #75b9c7, #c3f5b2, #e3babc);
}

Serene Blossom Dream color palette created on .