Veil of Shadows Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Veil of Shadows palette

Condividi questa palette a:

tavolozza dei colori Veil of Shadows CSS

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #4a4a5e;
}
.color-3 {
color: #7b7b8e;
}
.color-4 {
color: #b1b1c4;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #4a4a5e;
--color-3: #7b7b8e;
--color-4: #b1b1c4;
--color-5: #e0e0e0;
}

CSS con gradiente di sfondo Veil of Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #4a4a5e, #7b7b8e, #b1b1c4, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #4a4a5e, #7b7b8e, #b1b1c4, #e0e0e0);
}

Veil of Shadows color palette created on .