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: #140000;
}
.color-2 {
color: #2e0000;
}
.color-3 {
color: #4c1a1a;
}
.color-4 {
color: #762828;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #140000;
--color-2: #2e0000;
--color-3: #4c1a1a;
--color-4: #762828;
--color-5: #000000;
}
Deep Crimson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #140000, #2e0000, #4c1a1a, #762828, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #140000, #2e0000, #4c1a1a, #762828, #000000);
}
Similar color palettes
Deep Crimson color palette created on .