Dark Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Red Color Palette (PNG)
Dark Red color palette CSS
/* CSS */
.color-1 {
color: #2a499d;
}
.color-2 {
color: #7768df;
}
.color-3 {
color: #b993e6;
}
.color-4 {
color: #ccbceb;
}
.color-5 {
color: #dfe4f6;
}
/* CSS Variables */
:root {
--color-1: #2a499d;
--color-2: #7768df;
--color-3: #b993e6;
--color-4: #ccbceb;
--color-5: #dfe4f6;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a499d, #7768df, #b993e6, #ccbceb, #dfe4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a499d, #7768df, #b993e6, #ccbceb, #dfe4f6);
}
Similar color palettes
Dark Red color palette created on .