Crimson Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Shadows palette

Share this palette to:

Download Crimson Shadows Color Palette (PNG)

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

Crimson Shadows color palette CSS

/* CSS */
.color-1 {
color: #110909;
}
.color-2 {
color: #5d090f;
}
.color-3 {
color: #811b09;
}
.color-4 {
color: #832a0c;
}
.color-5 {
color: #88353a;
}

/* CSS Variables */
:root {
--color-1: #110909;
--color-2: #5d090f;
--color-3: #811b09;
--color-4: #832a0c;
--color-5: #88353a;
}

Crimson Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #110909, #5d090f, #811b09, #832a0c, #88353a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #110909, #5d090f, #811b09, #832a0c, #88353a);
}

Crimson Shadows color palette created on .