Deep Crimson Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Crimson palette
Deep Crimson color palette PNG image
Deep Crimson color palette CSS
/* CSS */
.color-1 {
color: #1a0000;
}
.color-2 {
color: #3a0d0d;
}
.color-3 {
color: #551616;
}
.color-4 {
color: #6f2a2a;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #1a0000;
--color-2: #3a0d0d;
--color-3: #551616;
--color-4: #6f2a2a;
--color-5: #000000;
}
Deep Crimson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0000, #3a0d0d, #551616, #6f2a2a, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0000, #3a0d0d, #551616, #6f2a2a, #000000);
}
Similar color palettes
Deep Crimson color palette created on .