Deep Blue Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue Oasis palette
Deep Blue Oasis color palette CSS
/* CSS */
.color-1 {
color: #1c3f5a;
}
.color-2 {
color: #4e7a97;
}
.color-3 {
color: #7ea9b9;
}
.color-4 {
color: #d3d0c5;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #1c3f5a;
--color-2: #4e7a97;
--color-3: #7ea9b9;
--color-4: #d3d0c5;
--color-5: #ffffff;
}
Deep Blue Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f5a, #4e7a97, #7ea9b9, #d3d0c5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f5a, #4e7a97, #7ea9b9, #d3d0c5, #ffffff);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Green Blue Cocktail
- Bright Yellow
- Groovy Garden Fiesta
- Yellow Eclipse
- Frosted Glade
- Red Apple
- Vibrant Pink
- Abyssal Serenity
- Shades of Red
- Blue Green Yellow Watercolor
- Whispers of Hashinia
- Hopeful Horizons
- Comic Canvas Dreamscape
- Vibrant Horizon
- Titan's Embrace
- Sunset Grove
Deep Blue Oasis color palette created on .