Dark Red and Purple Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Red and Purple palette

Condividi questa palette a:

tavolozza dei colori Dark Red and Purple CSS

/* CSS */
.color-1 {
color: #9f332d;
}
.color-2 {
color: #7b1e3d;
}
.color-3 {
color: #b75c7f;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #4b0c21;
}

/* CSS Variables */
:root {
--color-1: #9f332d;
--color-2: #7b1e3d;
--color-3: #b75c7f;
--color-4: #e74d3c;
--color-5: #4b0c21;
}

CSS con gradiente di sfondo Dark Red and Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f332d, #7b1e3d, #b75c7f, #e74d3c, #4b0c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f332d, #7b1e3d, #b75c7f, #e74d3c, #4b0c21);
}

Tavolozze di colori simili

Scorri verso il basso per esplorare 1 tavolozza di colori Gothic

Dark Red and Purple color palette created on .