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: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb861;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ffb861;
--color-4: #ffeb8a;
--color-5: #ff998a;
}

Pink Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ffb861, #ffeb8a, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ffb861, #ffeb8a, #ff998a);
}

Pink Blossom color palette created on .