Pink Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Blush palette

Share this palette to:

Pink Blush color palette CSS

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e27e8d;
}
.color-4 {
color: #c25b77;
}
.color-5 {
color: #a64e67;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #f1a7b6;
--color-3: #e27e8d;
--color-4: #c25b77;
--color-5: #a64e67;
}

Pink Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #f1a7b6, #e27e8d, #c25b77, #a64e67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #f1a7b6, #e27e8d, #c25b77, #a64e67);
}

Pink Blush color palette created on .