Sugarplum Fairy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sugarplum Fairy palette
Sugarplum Fairy color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 9 Pink color palettes
Sugarplum Fairy color palette created on .