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: #f9aeae;
}
.color-2 {
color: #f4cba4;
}
.color-3 {
color: #f1eaa7;
}
.color-4 {
color: #afeeee;
}
.color-5 {
color: #b4d6e4;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4cba4;
--color-3: #f1eaa7;
--color-4: #afeeee;
--color-5: #b4d6e4;
}

Serene Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4cba4, #f1eaa7, #afeeee, #b4d6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4cba4, #f1eaa7, #afeeee, #b4d6e4);
}

Serene Blossoms color palette created on .