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: #f6c1d4;
}
.color-2 {
color: #f8a5b6;
}
.color-3 {
color: #f58e99;
}
.color-4 {
color: #f57582;
}
.color-5 {
color: #ef3e6d;
}

/* CSS Variables */
:root {
--color-1: #f6c1d4;
--color-2: #f8a5b6;
--color-3: #f58e99;
--color-4: #f57582;
--color-5: #ef3e6d;
}

Pink Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d4, #f8a5b6, #f58e99, #f57582, #ef3e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d4, #f8a5b6, #f58e99, #f57582, #ef3e6d);
}

Pink Elegance color palette created on .