Indigo Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Indigo Oasis palette

Condividi questa palette a:

tavolozza dei colori Indigo Oasis CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3d6a9e;
}
.color-3 {
color: #5cb3c7;
}
.color-4 {
color: #f3d66d;
}
.color-5 {
color: #d8a541;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3d6a9e;
--color-3: #5cb3c7;
--color-4: #f3d66d;
--color-5: #d8a541;
}

CSS con gradiente di sfondo Indigo Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3d6a9e, #5cb3c7, #f3d66d, #d8a541);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3d6a9e, #5cb3c7, #f3d66d, #d8a541);
}

Indigo Oasis color palette created on .