Faelyn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Faelyn palette
Color Inspiration
Images that showcase this color palette in real designs
Download Faelyn Color Palette (PNG)
Faelyn color palette CSS
/* CSS */
.color-1 {
color: #f1d3a2;
}
.color-2 {
color: #e9b6a0;
}
.color-3 {
color: #d69c94;
}
.color-4 {
color: #c67b8d;
}
.color-5 {
color: #b95f8e;
}
/* CSS Variables */
:root {
--color-1: #f1d3a2;
--color-2: #e9b6a0;
--color-3: #d69c94;
--color-4: #c67b8d;
--color-5: #b95f8e;
}
Faelyn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d3a2, #e9b6a0, #d69c94, #c67b8d, #b95f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d3a2, #e9b6a0, #d69c94, #c67b8d, #b95f8e);
}
Similar color palettes
Faelyn color palette created on .