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