Modern Hearthstone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Modern Hearthstone palette

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

Modern Hearthstone カラー パレット PNG 画像

Download modern hearthstone color palette PNG image (landscape)
Download modern hearthstone color palette PNG image (square)

Modern Hearthstone カラーパレット CSS

/* CSS */
.color-1 {
color: #7e4c3a;
}
.color-2 {
color: #d8cec0;
}
.color-3 {
color: #f2dfc0;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #7e4c3a;
--color-2: #d8cec0;
--color-3: #f2dfc0;
--color-4: #f4a462;
--color-5: #2a9d90;
}

Modern Hearthstone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4c3a, #d8cec0, #f2dfc0, #f4a462, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4c3a, #d8cec0, #f2dfc0, #f4a462, #2a9d90);
}

Modern Hearthstone color palette created on .