Hazel Haven カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Hazel Haven palette
Hazel Haven カラー パレット PNG 画像
Hazel Haven カラーパレット CSS
/* CSS */
.color-1 {
color: #5d4c37;
}
.color-2 {
color: #786e4f;
}
.color-3 {
color: #a68b5e;
}
.color-4 {
color: #d2b879;
}
.color-5 {
color: #dfbf9f;
}
/* CSS Variables */
:root {
--color-1: #5d4c37;
--color-2: #786e4f;
--color-3: #a68b5e;
--color-4: #d2b879;
--color-5: #dfbf9f;
}
Hazel Haven の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4c37, #786e4f, #a68b5e, #d2b879, #dfbf9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4c37, #786e4f, #a68b5e, #d2b879, #dfbf9f);
}
似たようなカラーパレット
Hazel Haven color palette created on .