Blushing Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Blossom palette

Share this palette to:

Blushing Blossom color palette CSS

/* CSS */
.color-1 {
color: #f6c1d1;
}
.color-2 {
color: #f1a7c2;
}
.color-3 {
color: #e88cb4;
}
.color-4 {
color: #d779bd;
}
.color-5 {
color: #c76bb8;
}

/* CSS Variables */
:root {
--color-1: #f6c1d1;
--color-2: #f1a7c2;
--color-3: #e88cb4;
--color-4: #d779bd;
--color-5: #c76bb8;
}

Blushing Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d1, #f1a7c2, #e88cb4, #d779bd, #c76bb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d1, #f1a7c2, #e88cb4, #d779bd, #c76bb8);
}

Blushing Blossom color palette created on .