Dark Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Red palette

Condividi questa palette a:

Scarica la tavolozza dei colori Dark Red (PNG)

Download dark red color palette PNG image (landscape)
Download dark red color palette PNG image (square)

tavolozza dei colori Dark Red CSS

/* CSS */
.color-1 {
color: #141414;
}
.color-2 {
color: #3d0014;
}
.color-3 {
color: #b30000;
}
.color-4 {
color: #520014;
}
.color-5 {
color: #643c9f;
}

/* CSS Variables */
:root {
--color-1: #141414;
--color-2: #3d0014;
--color-3: #b30000;
--color-4: #520014;
--color-5: #643c9f;
}

CSS con gradiente di sfondo Dark Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141414, #3d0014, #b30000, #520014, #643c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141414, #3d0014, #b30000, #520014, #643c9f);
}

Dark Red color palette created on .