Hygge Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hygge palette

Share this palette to:

Download Hygge Color Palette (PNG)

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

Hygge color palette CSS

/* CSS */
.color-1 {
color: #f2dfc0;
}
.color-2 {
color: #c6b49f;
}
.color-3 {
color: #a89f8f;
}
.color-4 {
color: #797a6c;
}
.color-5 {
color: #4b5353;
}

/* CSS Variables */
:root {
--color-1: #f2dfc0;
--color-2: #c6b49f;
--color-3: #a89f8f;
--color-4: #797a6c;
--color-5: #4b5353;
}

Hygge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2dfc0, #c6b49f, #a89f8f, #797a6c, #4b5353);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2dfc0, #c6b49f, #a89f8f, #797a6c, #4b5353);
}

Hygge color palette created on .