Garden Fairy Party Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Garden Fairy Party palette
Garden Fairy Party color palette PNG image
Garden Fairy Party color palette CSS
/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #ffd4b8;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ff667d;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #ffd4b8;
--color-3: #ffadad;
--color-4: #ffc29e;
--color-5: #ff667d;
}
Garden Fairy Party background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #ffd4b8, #ffadad, #ffc29e, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #ffd4b8, #ffadad, #ffc29e, #ff667d);
}
Similar color palettes
Garden Fairy Party color palette created on .