Evil Raindeer Color Palette

Discover the beautiful Evil Raindeer color palette featuring claret (#7c1d3d), flamingo (#f14e3b), saffron mango (#f8c84f), link water (#e0e2f5) and jacarta (#4b2c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Dark, Green, Red, 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 Evil Raindeer palette

Share this palette to:

💻 Evil Raindeer color palette CSS

/* CSS */
.color-1 {
color: #7c1d3d;
}
.color-2 {
color: #f14e3b;
}
.color-3 {
color: #f8c84f;
}
.color-4 {
color: #e0e2f5;
}
.color-5 {
color: #4b2c6d;
}

/* CSS Variables */
:root {
--color-1: #7c1d3d;
--color-2: #f14e3b;
--color-3: #f8c84f;
--color-4: #e0e2f5;
--color-5: #4b2c6d;
}

🌈 Evil Raindeer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c1d3d, #f14e3b, #f8c84f, #e0e2f5, #4b2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c1d3d, #f14e3b, #f8c84f, #e0e2f5, #4b2c6d);
}

Evil Raindeer color palette created on .