Pink Fairy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Fairy palette
Pink Fairy color palette CSS
/* CSS */
.color-1 {
color: #f6a7d8;
}
.color-2 {
color: #e9b9e1;
}
.color-3 {
color: #d5c4e8;
}
.color-4 {
color: #aae4d0;
}
.color-5 {
color: #ffecb3;
}
/* CSS Variables */
:root {
--color-1: #f6a7d8;
--color-2: #e9b9e1;
--color-3: #d5c4e8;
--color-4: #aae4d0;
--color-5: #ffecb3;
}
Pink Fairy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7d8, #e9b9e1, #d5c4e8, #aae4d0, #ffecb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7d8, #e9b9e1, #d5c4e8, #aae4d0, #ffecb3);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Fairy color palette created on .