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