Pink Sad Fairy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sad Fairy palette

Share this palette to:

Pink Sad Fairy color palette PNG image

Download pink sad fairy color palette PNG image (landscape)
Download pink sad fairy color palette PNG image (square)

Pink Sad Fairy color palette CSS

/* CSS */
.color-1 {
color: #f5b2c1;
}
.color-2 {
color: #c99cba;
}
.color-3 {
color: #a36c9a;
}
.color-4 {
color: #6b3e79;
}
.color-5 {
color: #290b41;
}

/* CSS Variables */
:root {
--color-1: #f5b2c1;
--color-2: #c99cba;
--color-3: #a36c9a;
--color-4: #6b3e79;
--color-5: #290b41;
}

Pink Sad Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c1, #c99cba, #a36c9a, #6b3e79, #290b41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c1, #c99cba, #a36c9a, #6b3e79, #290b41);
}

Pink Sad Fairy color palette created on .