Pink Sugar Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sugar Cookie palette

Share this palette to:

Download Pink Sugar Cookie Color Palette (PNG)

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

Pink Sugar Cookie color palette CSS

/* CSS */
.color-1 {
color: #f5e4b2;
}
.color-2 {
color: #e7caa7;
}
.color-3 {
color: #d8a29d;
}
.color-4 {
color: #f2a1b2;
}
.color-5 {
color: #f9c3ce;
}

/* CSS Variables */
:root {
--color-1: #f5e4b2;
--color-2: #e7caa7;
--color-3: #d8a29d;
--color-4: #f2a1b2;
--color-5: #f9c3ce;
}

Pink Sugar Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e4b2, #e7caa7, #d8a29d, #f2a1b2, #f9c3ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e4b2, #e7caa7, #d8a29d, #f2a1b2, #f9c3ce);
}

Pink Sugar Cookie color palette created on .