Pink Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Blossom palette

Share this palette to:

Pink Blossom color palette CSS

/* CSS */
.color-1 {
color: #d57c7e;
}
.color-2 {
color: #e0a39f;
}
.color-3 {
color: #f3c9c9;
}
.color-4 {
color: #f9e6e8;
}
.color-5 {
color: #fcf3f3;
}

/* CSS Variables */
:root {
--color-1: #d57c7e;
--color-2: #e0a39f;
--color-3: #f3c9c9;
--color-4: #f9e6e8;
--color-5: #fcf3f3;
}

Pink Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57c7e, #e0a39f, #f3c9c9, #f9e6e8, #fcf3f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57c7e, #e0a39f, #f3c9c9, #f9e6e8, #fcf3f3);
}

Pink Blossom color palette created on .