Pink Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Elegance palette

Share this palette to:

Pink Elegance color palette CSS

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #f288b7;
}
.color-4 {
color: #e65c9e;
}
.color-5 {
color: #d84191;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #f4a4bf;
--color-3: #f288b7;
--color-4: #e65c9e;
--color-5: #d84191;
}

Pink Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #f4a4bf, #f288b7, #e65c9e, #d84191);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #f4a4bf, #f288b7, #e65c9e, #d84191);
}

Pink Elegance color palette created on .