Lynx Feather カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lynx Feather palette
Lynx Feather カラー パレット PNG 画像
Lynx Feather カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
Lynx Feather color palette created on .