Pink Sugar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sugar palette

Share this palette to:

Download Pink Sugar Color Palette (PNG)

Download pink sugar color palette PNG image (landscape)
Download pink sugar color palette PNG image (square)

Pink Sugar color palette CSS

/* CSS */
.color-1 {
color: #f8e5b4;
}
.color-2 {
color: #f4b8c7;
}
.color-3 {
color: #f29c9c;
}
.color-4 {
color: #e76a89;
}
.color-5 {
color: #d4598a;
}

/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #f4b8c7;
--color-3: #f29c9c;
--color-4: #e76a89;
--color-5: #d4598a;
}

Pink Sugar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #f4b8c7, #f29c9c, #e76a89, #d4598a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #f4b8c7, #f29c9c, #e76a89, #d4598a);
}

Pink Sugar color palette created on .