Deep Blue Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Blue Oasis palette

Share this palette to:

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);
}

Deep Blue Oasis color palette created on .