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: #f28c8c;
}
.color-2 {
color: #e05c6e;
}
.color-3 {
color: #bf4a7b;
}
.color-4 {
color: #a84d9a;
}
.color-5 {
color: #8b4ec1;
}

/* CSS Variables */
:root {
--color-1: #f28c8c;
--color-2: #e05c6e;
--color-3: #bf4a7b;
--color-4: #a84d9a;
--color-5: #8b4ec1;
}

Blushing Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f28c8c, #e05c6e, #bf4a7b, #a84d9a, #8b4ec1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f28c8c, #e05c6e, #bf4a7b, #a84d9a, #8b4ec1);
}

Blushing Blossoms color palette created on .