Sugarplum Fairy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sugarplum Fairy palette

Share this palette to:

Sugarplum Fairy color palette PNG image

Download sugarplum fairy color palette PNG image (landscape)
Download sugarplum fairy color palette PNG image (square)

Sugarplum Fairy color palette CSS

/* CSS */
.color-1 {
color: #d39cb5;
}
.color-2 {
color: #a76cb2;
}
.color-3 {
color: #9f5b9e;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f2d4d7;
}

/* CSS Variables */
:root {
--color-1: #d39cb5;
--color-2: #a76cb2;
--color-3: #9f5b9e;
--color-4: #eab8e4;
--color-5: #f2d4d7;
}

Sugarplum Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d39cb5, #a76cb2, #9f5b9e, #eab8e4, #f2d4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d39cb5, #a76cb2, #9f5b9e, #eab8e4, #f2d4d7);
}

Sugarplum Fairy color palette created on .