Veil of Deceit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Veil of Deceit palette

Condividi questa palette a:

tavolozza dei colori Veil of Deceit CSS

/* CSS */
.color-1 {
color: #4a3c8b;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #996eb9;
}
.color-4 {
color: #c59fe5;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #4a3c8b;
--color-2: #6a4c94;
--color-3: #996eb9;
--color-4: #c59fe5;
--color-5: #eab8e4;
}

CSS con gradiente di sfondo Veil of Deceit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c8b, #6a4c94, #996eb9, #c59fe5, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c8b, #6a4c94, #996eb9, #c59fe5, #eab8e4);
}

Veil of Deceit color palette created on .