Christmas 2004 Color Palette

Discover the beautiful Christmas 2004 color palette featuring mexican red (#a72a2a), japonica (#d8696d), ronchi (#f1c84b), opal (#a6c9c7) and sea nymph (#6d9c9c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Christmas 2004 color palette CSS

/* CSS */
.color-1 {
color: #a72a2a;
}
.color-2 {
color: #d8696d;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a6c9c7;
}
.color-5 {
color: #6d9c9c;
}

/* CSS Variables */
:root {
--color-1: #a72a2a;
--color-2: #d8696d;
--color-3: #f1c84b;
--color-4: #a6c9c7;
--color-5: #6d9c9c;
}

🌈 Christmas 2004 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a72a2a, #d8696d, #f1c84b, #a6c9c7, #6d9c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a72a2a, #d8696d, #f1c84b, #a6c9c7, #6d9c9c);
}

Christmas 2004 color palette created on .