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: #fefbfc;
}
.color-2 {
color: #f3c9d4;
}
.color-3 {
color: #e8a6b4;
}
.color-4 {
color: #d6809e;
}
.color-5 {
color: #c05483;
}

/* CSS Variables */
:root {
--color-1: #fefbfc;
--color-2: #f3c9d4;
--color-3: #e8a6b4;
--color-4: #d6809e;
--color-5: #c05483;
}

Blushing Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefbfc, #f3c9d4, #e8a6b4, #d6809e, #c05483);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefbfc, #f3c9d4, #e8a6b4, #d6809e, #c05483);
}

Blushing Blossoms color palette created on .