Crimson Depths Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Depths palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Crimson Depths

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

tavolozza dei colori Crimson Depths 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;
}

CSS con gradiente di sfondo Crimson Depths

/* 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 .