Red Mischief Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Mischief palette
Red Mischief color palette CSS
/* CSS */
.color-1 {
color: #6c0e0e;
}
.color-2 {
color: #b63a3a;
}
.color-3 {
color: #f57070;
}
.color-4 {
color: #ff9999;
}
.color-5 {
color: #ffcccc;
}
/* CSS Variables */
:root {
--color-1: #6c0e0e;
--color-2: #b63a3a;
--color-3: #f57070;
--color-4: #ff9999;
--color-5: #ffcccc;
}
Red Mischief background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c0e0e, #b63a3a, #f57070, #ff9999, #ffcccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c0e0e, #b63a3a, #f57070, #ff9999, #ffcccc);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Red Mischief color palette created on .