Shades of Indigo Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Indigo palette

Condividi questa palette a:

tavolozza dei colori Shades of Indigo CSS

/* CSS */
.color-1 {
color: #1c1e4f;
}
.color-2 {
color: #3a2c77;
}
.color-3 {
color: #6b4c9a;
}
.color-4 {
color: #9f5fab;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #1c1e4f;
--color-2: #3a2c77;
--color-3: #6b4c9a;
--color-4: #9f5fab;
--color-5: #eab8e4;
}

CSS con gradiente di sfondo Shades of Indigo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e4f, #3a2c77, #6b4c9a, #9f5fab, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e4f, #3a2c77, #6b4c9a, #9f5fab, #eab8e4);
}

Tavolozze di colori simili

Shades of Indigo color palette created on .