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: #c73849;
}
.color-2 {
color: #efa4bf;
}
.color-3 {
color: #4a7c8c;
}
.color-4 {
color: #f6c84c;
}
.color-5 {
color: #e6b400;
}
/* CSS Variables */
:root {
--color-1: #c73849;
--color-2: #efa4bf;
--color-3: #4a7c8c;
--color-4: #f6c84c;
--color-5: #e6b400;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c73849, #efa4bf, #4a7c8c, #f6c84c, #e6b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c73849, #efa4bf, #4a7c8c, #f6c84c, #e6b400);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Dark Red color palette created on .