Falcon Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Falcon Shades palette
Falcon Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #e3b7b0;
}
.color-2 {
color: #d6a49a;
}
.color-3 {
color: #d1a07b;
}
.color-4 {
color: #b89b4c;
}
.color-5 {
color: #a67f4e;
}
/* CSS Variables */
:root {
--color-1: #e3b7b0;
--color-2: #d6a49a;
--color-3: #d1a07b;
--color-4: #b89b4c;
--color-5: #a67f4e;
}
Falcon Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b7b0, #d6a49a, #d1a07b, #b89b4c, #a67f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b7b0, #d6a49a, #d1a07b, #b89b4c, #a67f4e);
}
似たようなカラーパレット
Falcon Shades color palette created on .