Enji Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enji Red palette
Color Inspiration
Images that showcase this color palette in real designs
Download Enji Red Color Palette (PNG)
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);
}
Similar color palettes
Enji Red color palette created on .