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