Fae Wilds Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fae Wilds palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fae Wilds Color Palette (PNG)
Fae Wilds color palette CSS
/* CSS */
.color-1 {
color: #a2d7b7;
}
.color-2 {
color: #b6e3b0;
}
.color-3 {
color: #f4d69f;
}
.color-4 {
color: #f8b5a0;
}
.color-5 {
color: #f8a5b1;
}
/* CSS Variables */
:root {
--color-1: #a2d7b7;
--color-2: #b6e3b0;
--color-3: #f4d69f;
--color-4: #f8b5a0;
--color-5: #f8a5b1;
}
Fae Wilds background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d7b7, #b6e3b0, #f4d69f, #f8b5a0, #f8a5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d7b7, #b6e3b0, #f4d69f, #f8b5a0, #f8a5b1);
}
Similar color palettes
Scroll down to explore 1000+ colors.fae color palettes
Fae Wilds color palette created on .