Dia De Los Muertos Color Palette

Discover the beautiful Dia De Los Muertos color palette featuring orange (#ff6d1f), wewak (#f1a8a2), regent st blue (#a8d3e1), nutmeg (#7d2c2c) and supernova (#ffcc00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Pink, Blue, Red, Yellow, Bright, Boho, Vibrant 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 Dia De Los Muertos palette

Share this palette to:

💻 Dia De Los Muertos color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #7d2c2c;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f1a8a2;
--color-3: #a8d3e1;
--color-4: #7d2c2c;
--color-5: #ffcc00;
}

🌈 Dia De Los Muertos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f1a8a2, #a8d3e1, #7d2c2c, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f1a8a2, #a8d3e1, #7d2c2c, #ffcc00);
}

Dia De Los Muertos color palette created on .