Dark Red and Light Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red and Light Blue palette
Dark Red and Light Blue color palette CSS
/* CSS */
.color-1 {
color: #7d2b2f;
}
.color-2 {
color: #a7c5d7;
}
.color-3 {
color: #c8a49d;
}
.color-4 {
color: #e6b800;
}
.color-5 {
color: #f05a28;
}
/* CSS Variables */
:root {
--color-1: #7d2b2f;
--color-2: #a7c5d7;
--color-3: #c8a49d;
--color-4: #e6b800;
--color-5: #f05a28;
}
Dark Red and Light Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2b2f, #a7c5d7, #c8a49d, #e6b800, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2b2f, #a7c5d7, #c8a49d, #e6b800, #f05a28);
}
Similar color palettes
Scroll down to explore 80+ Red color palettes
Dark Red and Light Blue color palette created on .