Crimson Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Depths palette

Share this palette to:

Crimson Depths color palette PNG image

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: #b3000c;
}
.color-2 {
color: #8a0009;
}
.color-3 {
color: #5c0006;
}
.color-4 {
color: #2e0003;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #b3000c;
--color-2: #8a0009;
--color-3: #5c0006;
--color-4: #2e0003;
--color-5: #000000;
}

Crimson Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3000c, #8a0009, #5c0006, #2e0003, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3000c, #8a0009, #5c0006, #2e0003, #000000);
}

Crimson Depths color palette created on .