Indigo Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Indigo Dream palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Indigo Dream

Download indigo dream color palette PNG image (landscape)
Download indigo dream color palette PNG image (square)

tavolozza dei colori Indigo Dream CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #5b3e8e;
}
.color-3 {
color: #795c99;
}
.color-4 {
color: #9979be;
}
.color-5 {
color: #c8b3ea;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #5b3e8e;
--color-3: #795c99;
--color-4: #9979be;
--color-5: #c8b3ea;
}

CSS con gradiente di sfondo Indigo Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #5b3e8e, #795c99, #9979be, #c8b3ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #5b3e8e, #795c99, #9979be, #c8b3ea);
}

Indigo Dream color palette created on .