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: #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;
}

CSS con gradiente di sfondo Crimson Depths

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