Red Matrix Color Palette

Discover the beautiful Red Matrix color palette featuring bittersweet (#ff6e61), red damask (#d55d48), matrix (#aa5b4b), spicy mix (#905c4c) and ferra (#6c4c4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Red, Bright, Aesthetic, Summer 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 Matrix palette

Share this palette to:

💻 Red Matrix color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d55d48;
}
.color-3 {
color: #aa5b4b;
}
.color-4 {
color: #905c4c;
}
.color-5 {
color: #6c4c4b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d55d48;
--color-3: #aa5b4b;
--color-4: #905c4c;
--color-5: #6c4c4b;
}

🌈 Red Matrix background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d55d48, #aa5b4b, #905c4c, #6c4c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d55d48, #aa5b4b, #905c4c, #6c4c4b);
}

Red Matrix color palette created on .