Pink Charm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Charm palette

Share this palette to:

Pink Charm color palette CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff3d7e;
}
.color-4 {
color: #f25a76;
}
.color-5 {
color: #d75b99;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff7092;
--color-3: #ff3d7e;
--color-4: #f25a76;
--color-5: #d75b99;
}

Pink Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff7092, #ff3d7e, #f25a76, #d75b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff7092, #ff3d7e, #f25a76, #d75b99);
}

Pink Charm color palette created on .