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: #89343e;
}
.color-2 {
color: #692b34;
}
.color-3 {
color: #4d1f25;
}
.color-4 {
color: #2f1416;
}
.color-5 {
color: #160909;
}

/* CSS Variables */
:root {
--color-1: #89343e;
--color-2: #692b34;
--color-3: #4d1f25;
--color-4: #2f1416;
--color-5: #160909;
}

CSS con gradiente di sfondo Crimson Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89343e, #692b34, #4d1f25, #2f1416, #160909);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89343e, #692b34, #4d1f25, #2f1416, #160909);
}

Crimson Depths color palette created on .