Lynx Feather Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lynx Feather palette
Lynx Feather color palette PNG image
Lynx Feather color palette CSS
/* CSS */
.color-1 {
color: #e8d6ba;
}
.color-2 {
color: #eac88b;
}
.color-3 {
color: #ea9e7b;
}
.color-4 {
color: #cf81a6;
}
.color-5 {
color: #b3759d;
}
/* CSS Variables */
:root {
--color-1: #e8d6ba;
--color-2: #eac88b;
--color-3: #ea9e7b;
--color-4: #cf81a6;
--color-5: #b3759d;
}
Lynx Feather background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d6ba, #eac88b, #ea9e7b, #cf81a6, #b3759d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d6ba, #eac88b, #ea9e7b, #cf81a6, #b3759d);
}
Similar color palettes
Lynx Feather color palette created on .