Pink Fairy Dust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Fairy Dust palette
Pink Fairy Dust color palette CSS
/* CSS */
.color-1 {
color: #f8d3e4;
}
.color-2 {
color: #f2a6d4;
}
.color-3 {
color: #e27ebc;
}
.color-4 {
color: #c76b97;
}
.color-5 {
color: #b36583;
}
/* CSS Variables */
:root {
--color-1: #f8d3e4;
--color-2: #f2a6d4;
--color-3: #e27ebc;
--color-4: #c76b97;
--color-5: #b36583;
}
Pink Fairy Dust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3e4, #f2a6d4, #e27ebc, #c76b97, #b36583);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3e4, #f2a6d4, #e27ebc, #c76b97, #b36583);
}
Similar color palettes
Pink Fairy Dust color palette created on .