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: #d60000;
}
.color-2 {
color: #c70000;
}
.color-3 {
color: #a80000;
}
.color-4 {
color: #7b1e1e;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #d60000;
--color-2: #c70000;
--color-3: #a80000;
--color-4: #7b1e1e;
--color-5: #000000;
}

Crimson Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60000, #c70000, #a80000, #7b1e1e, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60000, #c70000, #a80000, #7b1e1e, #000000);
}

Crimson Depths color palette created on .