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: #f1b1c9;
}
.color-2 {
color: #e7a6c9;
}
.color-3 {
color: #d69ec6;
}
.color-4 {
color: #e5b3d8;
}
.color-5 {
color: #f5c7d7;
}

/* CSS Variables */
:root {
--color-1: #f1b1c9;
--color-2: #e7a6c9;
--color-3: #d69ec6;
--color-4: #e5b3d8;
--color-5: #f5c7d7;
}

Blushing Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1c9, #e7a6c9, #d69ec6, #e5b3d8, #f5c7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1c9, #e7a6c9, #d69ec6, #e5b3d8, #f5c7d7);
}

Blushing Blossoms color palette created on .