Serene Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Blossoms palette

Share this palette to:

Serene Blossoms color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f1c6d2;
}
.color-3 {
color: #f8d7b4;
}
.color-4 {
color: #f3b88c;
}
.color-5 {
color: #eed9b4;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f1c6d2;
--color-3: #f8d7b4;
--color-4: #f3b88c;
--color-5: #eed9b4;
}

Serene Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f1c6d2, #f8d7b4, #f3b88c, #eed9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f1c6d2, #f8d7b4, #f3b88c, #eed9b4);
}

Serene Blossoms color palette created on .