Enji Red Color Palette

Discover the beautiful Enji Red color palette featuring stiletto (#9b2c2c), fuzzy wuzzy brown (#c74d4d), sunglo (#e67979), wewak (#f3a0a0) and cinderella (#fbd5d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Japanese, Modern, Red, Soft, Summer, Vibrant, Warm 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 Enji Red palette

Share this palette to:

💻 Enji Red color palette CSS

/* CSS */
.color-1 {
color: #9b2c2c;
}
.color-2 {
color: #c74d4d;
}
.color-3 {
color: #e67979;
}
.color-4 {
color: #f3a0a0;
}
.color-5 {
color: #fbd5d5;
}

/* CSS Variables */
:root {
--color-1: #9b2c2c;
--color-2: #c74d4d;
--color-3: #e67979;
--color-4: #f3a0a0;
--color-5: #fbd5d5;
}

🌈 Enji Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b2c2c, #c74d4d, #e67979, #f3a0a0, #fbd5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b2c2c, #c74d4d, #e67979, #f3a0a0, #fbd5d5);
}

Enji Red color palette created on .