Modern Hearthstone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Modern Hearthstone palette

Share this palette to:

Modern Hearthstone color palette PNG image

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

Modern Hearthstone color palette 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 background gradient 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 .