Misty Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Forest palette

Share this palette to:

Misty Forest color palette CSS

/* CSS */
.color-1 {
color: #14161a;
}
.color-2 {
color: #c4a121;
}
.color-3 {
color: #788091;
}
.color-4 {
color: #a9a6ab;
}
.color-5 {
color: #4b5162;
}

/* CSS Variables */
:root {
--color-1: #14161a;
--color-2: #c4a121;
--color-3: #788091;
--color-4: #a9a6ab;
--color-5: #4b5162;
}

Misty Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #14161a, #c4a121, #788091, #a9a6ab, #4b5162);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #14161a, #c4a121, #788091, #a9a6ab, #4b5162);
}

Misty Forest color palette created on .