Blood Wine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blood Wine palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Blood Wine

Download blood wine color palette PNG image (landscape)
Download blood wine color palette PNG image (square)

tavolozza dei colori Blood Wine CSS

/* CSS */
.color-1 {
color: #8f141d;
}
.color-2 {
color: #a41919;
}
.color-3 {
color: #bc2220;
}
.color-4 {
color: #ce2727;
}
.color-5 {
color: #d93836;
}

/* CSS Variables */
:root {
--color-1: #8f141d;
--color-2: #a41919;
--color-3: #bc2220;
--color-4: #ce2727;
--color-5: #d93836;
}

CSS con gradiente di sfondo Blood Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f141d, #a41919, #bc2220, #ce2727, #d93836);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f141d, #a41919, #bc2220, #ce2727, #d93836);
}

Blood Wine color palette created on .