Deep Crimson Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Crimson palette

Share this palette to:

Deep Crimson color palette PNG image

Download deep crimson color palette PNG image (landscape)
Download deep crimson color palette PNG image (square)

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);
}

Deep Crimson color palette created on .