Soft Christmas Forest Color Palette

Discover the beautiful Soft Christmas Forest color palette featuring gray asparagus (#4b5d4c), amulet (#7e9a79), spring rain (#9fc6a3), surf crest (#d3e5d1) and panache (#f3f9f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withChristmas, Earthy, Forest, Green, Light, Nature, Soft, Winter color palettes and combinations.

๐Ÿ’ก What You Can Do

ColorMagic makes it easy to:
  • โ€ขCopy precise HEX codes and RGB values for your designs
  • โ€ขAdjust its brightness, saturation, and warmth to create new variations
  • โ€ขPreview UI components to see how colors work in real interfaces
  • โ€ขCopy CSS code including background gradients and color variables
  • โ€ขDownload the palette
  • โ€ขShare your palette with team members and clients

๐ŸŽจ Preview UI Components

UI Examples

Explore beautiful UI components with Soft Christmas Forest palette

Share this palette to:

๐Ÿ’ป Soft Christmas Forest color palette CSS

/* CSS */
.color-1 {
color: #4b5d4c;
}
.color-2 {
color: #7e9a79;
}
.color-3 {
color: #9fc6a3;
}
.color-4 {
color: #d3e5d1;
}
.color-5 {
color: #f3f9f1;
}

/* CSS Variables */
:root {
--color-1: #4b5d4c;
--color-2: #7e9a79;
--color-3: #9fc6a3;
--color-4: #d3e5d1;
--color-5: #f3f9f1;
}

๐ŸŒˆ Soft Christmas Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5d4c, #7e9a79, #9fc6a3, #d3e5d1, #f3f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5d4c, #7e9a79, #9fc6a3, #d3e5d1, #f3f9f1);
}

Soft Christmas Forest color palette created on .