Dark Red Lust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red Lust palette
Dark Red Lust color palette CSS
/* CSS */
.color-1 {
color: #3c1016;
}
.color-2 {
color: #691b24;
}
.color-3 {
color: #a92d35;
}
.color-4 {
color: #d03e4d;
}
.color-5 {
color: #f0565e;
}
/* CSS Variables */
:root {
--color-1: #3c1016;
--color-2: #691b24;
--color-3: #a92d35;
--color-4: #d03e4d;
--color-5: #f0565e;
}
Dark Red Lust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1016, #691b24, #a92d35, #d03e4d, #f0565e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1016, #691b24, #a92d35, #d03e4d, #f0565e);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Dark Red Lust color palette created on .