Enderman Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Enderman palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Enderman

Download enderman color palette PNG image (landscape)
Download enderman color palette PNG image (square)

tavolozza dei colori Enderman CSS

/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #5c3f8d;
}
.color-3 {
color: #7e6db6;
}
.color-4 {
color: #a89fd1;
}
.color-5 {
color: #d3c5e2;
}

/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5c3f8d;
--color-3: #7e6db6;
--color-4: #a89fd1;
--color-5: #d3c5e2;
}

CSS con gradiente di sfondo Enderman

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5c3f8d, #7e6db6, #a89fd1, #d3c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5c3f8d, #7e6db6, #a89fd1, #d3c5e2);
}

Enderman color palette created on .