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: #301278;
}
.color-2 {
color: #4c2c96;
}
.color-3 {
color: #6c50b9;
}
.color-4 {
color: #a47ecd;
}
.color-5 {
color: #e3b5e1;
}

/* CSS Variables */
:root {
--color-1: #301278;
--color-2: #4c2c96;
--color-3: #6c50b9;
--color-4: #a47ecd;
--color-5: #e3b5e1;
}

CSS con gradiente di sfondo Shades of Indigo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #301278, #4c2c96, #6c50b9, #a47ecd, #e3b5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #301278, #4c2c96, #6c50b9, #a47ecd, #e3b5e1);
}

Shades of Indigo color palette created on .