Dark Red and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red and Blue palette
Dark Red and Blue color palette CSS
/* CSS */
.color-1 {
color: #ba5d3b;
}
.color-2 {
color: #5f2b2c;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #4d6ef5;
}
.color-5 {
color: #f8c572;
}
/* CSS Variables */
:root {
--color-1: #ba5d3b;
--color-2: #5f2b2c;
--color-3: #2b3d50;
--color-4: #4d6ef5;
--color-5: #f8c572;
}
Dark Red and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba5d3b, #5f2b2c, #2b3d50, #4d6ef5, #f8c572);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba5d3b, #5f2b2c, #2b3d50, #4d6ef5, #f8c572);
}
Similar color palettes
Dark Red and Blue color palette created on .