Indigo Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Indigo Oasis palette
Indigo Oasis color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3c7b9a;
}
.color-3 {
color: #5bc2c1;
}
.color-4 {
color: #f5b042;
}
.color-5 {
color: #c1a15c;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3c7b9a;
--color-3: #5bc2c1;
--color-4: #f5b042;
--color-5: #c1a15c;
}
Indigo Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3c7b9a, #5bc2c1, #f5b042, #c1a15c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3c7b9a, #5bc2c1, #f5b042, #c1a15c);
}
Similar color palettes
Indigo Oasis color palette created on .