Old-Fashioned Christmas Color Palette

Discover the beautiful Old-Fashioned Christmas color palette featuring brick red (#c62a3a), cameo (#d6b89a), manhattan (#f4c7a4), moss green (#a8d7a7) and viridian (#4b8b79).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Earthy, Green, Red, Soft, 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 Old-Fashioned Christmas palette

Share this palette to:

💻 Old-Fashioned Christmas color palette CSS

/* CSS */
.color-1 {
color: #c62a3a;
}
.color-2 {
color: #d6b89a;
}
.color-3 {
color: #f4c7a4;
}
.color-4 {
color: #a8d7a7;
}
.color-5 {
color: #4b8b79;
}

/* CSS Variables */
:root {
--color-1: #c62a3a;
--color-2: #d6b89a;
--color-3: #f4c7a4;
--color-4: #a8d7a7;
--color-5: #4b8b79;
}

🌈 Old-Fashioned Christmas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62a3a, #d6b89a, #f4c7a4, #a8d7a7, #4b8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62a3a, #d6b89a, #f4c7a4, #a8d7a7, #4b8b79);
}

Old-Fashioned Christmas color palette created on .