Whispers of Illusion Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Illusion palette

Condividi questa palette a:

tavolozza dei colori Whispers of Illusion CSS

/* CSS */
.color-1 {
color: #4b2e8e;
}
.color-2 {
color: #785d98;
}
.color-3 {
color: #b49fc6;
}
.color-4 {
color: #f4c7ff;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #4b2e8e;
--color-2: #785d98;
--color-3: #b49fc6;
--color-4: #f4c7ff;
--color-5: #ff7092;
}

CSS con gradiente di sfondo Whispers of Illusion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2e8e, #785d98, #b49fc6, #f4c7ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2e8e, #785d98, #b49fc6, #f4c7ff, #ff7092);
}

Whispers of Illusion color palette created on .