Blushing Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Blossoms palette

Share this palette to:

Blushing Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f9c3d3;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #eb7f9a;
}
.color-4 {
color: #e45874;
}
.color-5 {
color: #d03e5b;
}

/* CSS Variables */
:root {
--color-1: #f9c3d3;
--color-2: #f4a4bf;
--color-3: #eb7f9a;
--color-4: #e45874;
--color-5: #d03e5b;
}

Blushing Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3d3, #f4a4bf, #eb7f9a, #e45874, #d03e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3d3, #f4a4bf, #eb7f9a, #e45874, #d03e5b);
}

Blushing Blossoms color palette created on .