Soft Purple Christmas Color Palette

Discover the beautiful Soft Purple Christmas color palette featuring blue haze (#d0c8df), cold purple (#b4a2d8), east side (#9b7cc5), scampi (#6c5b9a) and mulled wine (#4b3d66).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withChristmas, Elegant, Light, Muted, Purple, Soft, Violet, Warm 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 Purple Christmas palette

Share this palette to:

๐Ÿ’ป Soft Purple Christmas color palette CSS

/* CSS */
.color-1 {
color: #d0c8df;
}
.color-2 {
color: #b4a2d8;
}
.color-3 {
color: #9b7cc5;
}
.color-4 {
color: #6c5b9a;
}
.color-5 {
color: #4b3d66;
}

/* CSS Variables */
:root {
--color-1: #d0c8df;
--color-2: #b4a2d8;
--color-3: #9b7cc5;
--color-4: #6c5b9a;
--color-5: #4b3d66;
}

๐ŸŒˆ Soft Purple Christmas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c8df, #b4a2d8, #9b7cc5, #6c5b9a, #4b3d66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c8df, #b4a2d8, #9b7cc5, #6c5b9a, #4b3d66);
}

Soft Purple Christmas color palette created on .