Angel in Hell Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Angel in Hell palette

Condividi questa palette a:

Scarica la tavolozza dei colori Angel in Hell (PNG)

Download angel in hell color palette PNG image (landscape)
Download angel in hell color palette PNG image (square)

tavolozza dei colori Angel in Hell CSS

/* CSS */
.color-1 {
color: #bf3a2b;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #2ecc70;
}

/* CSS Variables */
:root {
--color-1: #bf3a2b;
--color-2: #e74d3c;
--color-3: #f39c12;
--color-4: #f1c40e;
--color-5: #2ecc70;
}

CSS con gradiente di sfondo Angel in Hell

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf3a2b, #e74d3c, #f39c12, #f1c40e, #2ecc70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf3a2b, #e74d3c, #f39c12, #f1c40e, #2ecc70);
}

Angel in Hell color palette created on .