Bellatrix Lestrange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bellatrix Lestrange palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Bellatrix Lestrange

Download bellatrix lestrange color palette PNG image (landscape)
Download bellatrix lestrange color palette PNG image (square)

tavolozza dei colori Bellatrix Lestrange CSS

/* CSS */
.color-1 {
color: #4c3d4d;
}
.color-2 {
color: #7a5c6a;
}
.color-3 {
color: #b68b99;
}
.color-4 {
color: #f2b1d2;
}
.color-5 {
color: #f58a8a;
}

/* CSS Variables */
:root {
--color-1: #4c3d4d;
--color-2: #7a5c6a;
--color-3: #b68b99;
--color-4: #f2b1d2;
--color-5: #f58a8a;
}

CSS con gradiente di sfondo Bellatrix Lestrange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d4d, #7a5c6a, #b68b99, #f2b1d2, #f58a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d4d, #7a5c6a, #b68b99, #f2b1d2, #f58a8a);
}

Bellatrix Lestrange color palette created on .