Misty Forest Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Forest Glow palette

Share this palette to:

Misty Forest Glow color palette CSS

/* CSS */
.color-1 {
color: #4b5863;
}
.color-2 {
color: #3b4b5e;
}
.color-3 {
color: #2e3b47;
}
.color-4 {
color: #bdb0a3;
}
.color-5 {
color: #ebaf7a;
}

/* CSS Variables */
:root {
--color-1: #4b5863;
--color-2: #3b4b5e;
--color-3: #2e3b47;
--color-4: #bdb0a3;
--color-5: #ebaf7a;
}

Misty Forest Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5863, #3b4b5e, #2e3b47, #bdb0a3, #ebaf7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5863, #3b4b5e, #2e3b47, #bdb0a3, #ebaf7a);
}

Misty Forest Glow color palette created on .