Crimson Nightmares Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Nightmares palette
Crimson Nightmares color palette CSS
/* CSS */
.color-1 {
color: #3c0c0c;
}
.color-2 {
color: #7c1d1d;
}
.color-3 {
color: #b74e4e;
}
.color-4 {
color: #e27373;
}
.color-5 {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--color-1: #3c0c0c;
--color-2: #7c1d1d;
--color-3: #b74e4e;
--color-4: #e27373;
--color-5: #f6a2a2;
}
Crimson Nightmares background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0c0c, #7c1d1d, #b74e4e, #e27373, #f6a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0c0c, #7c1d1d, #b74e4e, #e27373, #f6a2a2);
}
Similar color palettes
Crimson Nightmares color palette created on .