Pink Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Bloom palette

Share this palette to:

Pink Bloom color palette CSS

/* CSS */
.color-1 {
color: #f6a7b8;
}
.color-2 {
color: #ffb67a;
}
.color-3 {
color: #f9daa4;
}
.color-4 {
color: #a9e0d1;
}
.color-5 {
color: #6ccb8a;
}

/* CSS Variables */
:root {
--color-1: #f6a7b8;
--color-2: #ffb67a;
--color-3: #f9daa4;
--color-4: #a9e0d1;
--color-5: #6ccb8a;
}

Pink Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b8, #ffb67a, #f9daa4, #a9e0d1, #6ccb8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b8, #ffb67a, #f9daa4, #a9e0d1, #6ccb8a);
}

Pink Bloom color palette created on .