Midnight Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Oasis palette
Midnight Oasis color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2b5e91;
}
.color-3 {
color: #4a9bd9;
}
.color-4 {
color: #7bd4e0;
}
.color-5 {
color: #f2f56b;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2b5e91;
--color-3: #4a9bd9;
--color-4: #7bd4e0;
--color-5: #f2f56b;
}
Midnight Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2b5e91, #4a9bd9, #7bd4e0, #f2f56b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2b5e91, #4a9bd9, #7bd4e0, #f2f56b);
}
Similar color palettes
Scroll down to explore 500+ Blue color palettes
Midnight Oasis color palette created on .