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: #3e5b98;
}
.color-2 {
color: #587ebb;
}
.color-3 {
color: #7ca4d5;
}
.color-4 {
color: #a3c9e0;
}
.color-5 {
color: #d1e6f0;
}

/* CSS Variables */
:root {
--color-1: #3e5b98;
--color-2: #587ebb;
--color-3: #7ca4d5;
--color-4: #a3c9e0;
--color-5: #d1e6f0;
}

CSS con gradiente di sfondo Shades of Indigo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5b98, #587ebb, #7ca4d5, #a3c9e0, #d1e6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5b98, #587ebb, #7ca4d5, #a3c9e0, #d1e6f0);
}

Shades of Indigo color palette created on .