Indigo Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Indigo Oasis palette

Share this palette to:

Indigo Oasis color palette 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;
}

Indigo Oasis background gradient CSS

/* 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 .