Dark Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red palette
Dark Red color palette CSS
/* CSS */
.color-1 {
color: #492c2e;
}
.color-2 {
color: #7b4c4e;
}
.color-3 {
color: #a86c5d;
}
.color-4 {
color: #c2a780;
}
.color-5 {
color: #e0e1b7;
}
/* CSS Variables */
:root {
--color-1: #492c2e;
--color-2: #7b4c4e;
--color-3: #a86c5d;
--color-4: #c2a780;
--color-5: #e0e1b7;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2e, #7b4c4e, #a86c5d, #c2a780, #e0e1b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2e, #7b4c4e, #a86c5d, #c2a780, #e0e1b7);
}
Similar color palettes
Dark Red color palette created on .