Cute Evil Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cute Evil Red palette
Cute Evil Red color palette CSS
/* CSS */
.color-1 {
color: #8c2c3e;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #303741;
}
/* CSS Variables */
:root {
--color-1: #8c2c3e;
--color-2: #e77e23;
--color-3: #f1c84b;
--color-4: #69af4b;
--color-5: #303741;
}
Cute Evil Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c2c3e, #e77e23, #f1c84b, #69af4b, #303741);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c2c3e, #e77e23, #f1c84b, #69af4b, #303741);
}
Similar color palettes
Cute Evil Red color palette created on .