Bold Crimson Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bold Crimson palette
Bold Crimson color palette PNG image
Bold Crimson color palette CSS
/* CSS */
.color-1 {
color: #4d0000;
}
.color-2 {
color: #610507;
}
.color-3 {
color: #7d1408;
}
.color-4 {
color: #92170c;
}
.color-5 {
color: #a11214;
}
/* CSS Variables */
:root {
--color-1: #4d0000;
--color-2: #610507;
--color-3: #7d1408;
--color-4: #92170c;
--color-5: #a11214;
}
Bold Crimson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0000, #610507, #7d1408, #92170c, #a11214);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0000, #610507, #7d1408, #92170c, #a11214);
}
Similar color palettes
Bold Crimson color palette created on .