Pink Chic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Chic palette

Share this palette to:

Pink Chic color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f2a097;
}
.color-3 {
color: #e6898b;
}
.color-4 {
color: #e85e7e;
}
.color-5 {
color: #d75b91;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f2a097;
--color-3: #e6898b;
--color-4: #e85e7e;
--color-5: #d75b91;
}

Pink Chic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f2a097, #e6898b, #e85e7e, #d75b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f2a097, #e6898b, #e85e7e, #d75b91);
}

Pink Chic color palette created on .