Red Devil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Devil palette
Red Devil color palette PNG image
Red Devil color palette CSS
/* CSS */
.color-1 {
color: #830110;
}
.color-2 {
color: #a41e27;
}
.color-3 {
color: #d75b6d;
}
.color-4 {
color: #f99fa5;
}
.color-5 {
color: #ffccbd;
}
/* CSS Variables */
:root {
--color-1: #830110;
--color-2: #a41e27;
--color-3: #d75b6d;
--color-4: #f99fa5;
--color-5: #ffccbd;
}
Red Devil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #830110, #a41e27, #d75b6d, #f99fa5, #ffccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #830110, #a41e27, #d75b6d, #f99fa5, #ffccbd);
}
Similar color palettes
Red Devil color palette created on .