Creepy Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Creepy Red palette
Creepy Red color palette CSS
/* CSS */
.color-1 {
color: #4e2d2f;
}
.color-2 {
color: #8b3c3e;
}
.color-3 {
color: #c34b4d;
}
.color-4 {
color: #d78c7e;
}
.color-5 {
color: #f4b69f;
}
/* CSS Variables */
:root {
--color-1: #4e2d2f;
--color-2: #8b3c3e;
--color-3: #c34b4d;
--color-4: #d78c7e;
--color-5: #f4b69f;
}
Creepy Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2d2f, #8b3c3e, #c34b4d, #d78c7e, #f4b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2d2f, #8b3c3e, #c34b4d, #d78c7e, #f4b69f);
}
Similar color palettes
Creepy Red color palette created on .