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: #fbbccd;
}
.color-2 {
color: #fdd3d5;
}
.color-3 {
color: #ffd9b3;
}
.color-4 {
color: #ff9a75;
}
.color-5 {
color: #f2695a;
}

/* CSS Variables */
:root {
--color-1: #fbbccd;
--color-2: #fdd3d5;
--color-3: #ffd9b3;
--color-4: #ff9a75;
--color-5: #f2695a;
}

Pink Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbccd, #fdd3d5, #ffd9b3, #ff9a75, #f2695a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbccd, #fdd3d5, #ffd9b3, #ff9a75, #f2695a);
}

Pink Blossom color palette created on .