Pink Sugar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sugar palette

Share this palette to:

Pink Sugar color palette CSS

/* CSS */
.color-1 {
color: #f9c8d1;
}
.color-2 {
color: #f4a499;
}
.color-3 {
color: #f19e8e;
}
.color-4 {
color: #f0795c;
}
.color-5 {
color: #e76a4b;
}

/* CSS Variables */
:root {
--color-1: #f9c8d1;
--color-2: #f4a499;
--color-3: #f19e8e;
--color-4: #f0795c;
--color-5: #e76a4b;
}

Pink Sugar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d1, #f4a499, #f19e8e, #f0795c, #e76a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d1, #f4a499, #f19e8e, #f0795c, #e76a4b);
}

Pink Sugar color palette created on .