Hazel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hazel palette

このパレットを共有する先:

Hazel カラー パレット PNG 画像

Download hazel color palette PNG image (landscape)
Download hazel color palette PNG image (square)

Hazel カラーパレット CSS

/* CSS */
.color-1 {
color: #b57c3b;
}
.color-2 {
color: #d8a65a;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #6b8f24;
}
.color-5 {
color: #4e4b31;
}

/* CSS Variables */
:root {
--color-1: #b57c3b;
--color-2: #d8a65a;
--color-3: #c2b180;
--color-4: #6b8f24;
--color-5: #4e4b31;
}

Hazel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57c3b, #d8a65a, #c2b180, #6b8f24, #4e4b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57c3b, #d8a65a, #c2b180, #6b8f24, #4e4b31);
}

Hazel color palette created on .