Red Demon Magic Color Palette

Discover the beautiful Red Demon Magic color palette featuring brick red (#c92c3c), flamingo (#f05a28), tan hide (#f7a14a), kournikova (#fddd7c) and kournikova (#ffeb7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Red, 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 Red Demon Magic palette

Share this palette to:

💻 Red Demon Magic color palette CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f7a14a;
}
.color-4 {
color: #fddd7c;
}
.color-5 {
color: #ffeb7a;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f05a28;
--color-3: #f7a14a;
--color-4: #fddd7c;
--color-5: #ffeb7a;
}

🌈 Red Demon Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f05a28, #f7a14a, #fddd7c, #ffeb7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f05a28, #f7a14a, #fddd7c, #ffeb7a);
}

Red Demon Magic color palette created on .