Soft Hazelnut カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Hazelnut palette
Soft Hazelnut カラー パレット PNG 画像
Soft Hazelnut カラーパレット CSS
/* CSS */
.color-1 {
color: #e3cda5;
}
.color-2 {
color: #d0b99a;
}
.color-3 {
color: #bfaf8d;
}
.color-4 {
color: #a68c6e;
}
.color-5 {
color: #7d5b3b;
}
/* CSS Variables */
:root {
--color-1: #e3cda5;
--color-2: #d0b99a;
--color-3: #bfaf8d;
--color-4: #a68c6e;
--color-5: #7d5b3b;
}
Soft Hazelnut の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cda5, #d0b99a, #bfaf8d, #a68c6e, #7d5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cda5, #d0b99a, #bfaf8d, #a68c6e, #7d5b3b);
}
似たようなカラーパレット
下にスクロールして1個のベージュカラーパレットを探索しましょう
Soft Hazelnut color palette created on .