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: #fadbde;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #eaa9d1;
}
.color-4 {
color: #dd9fe5;
}
.color-5 {
color: #c57cc3;
}

/* CSS Variables */
:root {
--color-1: #fadbde;
--color-2: #f4a4bf;
--color-3: #eaa9d1;
--color-4: #dd9fe5;
--color-5: #c57cc3;
}

Pink Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadbde, #f4a4bf, #eaa9d1, #dd9fe5, #c57cc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadbde, #f4a4bf, #eaa9d1, #dd9fe5, #c57cc3);
}

Pink Blossom color palette created on .