Pink Faerie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Faerie palette
Pink Faerie color palette CSS
/* CSS */
.color-1 {
color: #e7d5e4;
}
.color-2 {
color: #f5b8d1;
}
.color-3 {
color: #f1a7b3;
}
.color-4 {
color: #ef7b7b;
}
.color-5 {
color: #d9546e;
}
/* CSS Variables */
:root {
--color-1: #e7d5e4;
--color-2: #f5b8d1;
--color-3: #f1a7b3;
--color-4: #ef7b7b;
--color-5: #d9546e;
}
Pink Faerie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d5e4, #f5b8d1, #f1a7b3, #ef7b7b, #d9546e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d5e4, #f5b8d1, #f1a7b3, #ef7b7b, #d9546e);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Pink Faerie color palette created on .