Veil of Solitude Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Veil of Solitude palette

Condividi questa palette a:

tavolozza dei colori Veil of Solitude CSS

/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #6b5b8b;
}
.color-3 {
color: #a98db4;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f7a1c5;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #6b5b8b;
--color-3: #a98db4;
--color-4: #eab8e4;
--color-5: #f7a1c5;
}

CSS con gradiente di sfondo Veil of Solitude

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #6b5b8b, #a98db4, #eab8e4, #f7a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #6b5b8b, #a98db4, #eab8e4, #f7a1c5);
}

Veil of Solitude color palette created on .