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: #381e29;
}
.color-2 {
color: #592c39;
}
.color-3 {
color: #7a4852;
}
.color-4 {
color: #b97e91;
}
.color-5 {
color: #e3a1a5;
}
/* CSS Variables */
:root {
--color-1: #381e29;
--color-2: #592c39;
--color-3: #7a4852;
--color-4: #b97e91;
--color-5: #e3a1a5;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381e29, #592c39, #7a4852, #b97e91, #e3a1a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381e29, #592c39, #7a4852, #b97e91, #e3a1a5);
}
Similar color palettes
Dark Red color palette created on .