Crimson Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Depths palette

Share this palette to:

Download Crimson Depths Color Palette (PNG)

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

Crimson Depths color palette CSS

/* CSS */
.color-1 {
color: #be1924;
}
.color-2 {
color: #99141d;
}
.color-3 {
color: #710f15;
}
.color-4 {
color: #480a0e;
}
.color-5 {
color: #200404;
}

/* CSS Variables */
:root {
--color-1: #be1924;
--color-2: #99141d;
--color-3: #710f15;
--color-4: #480a0e;
--color-5: #200404;
}

Crimson Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be1924, #99141d, #710f15, #480a0e, #200404);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be1924, #99141d, #710f15, #480a0e, #200404);
}

Crimson Depths color palette created on .