Blue Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Oasis palette

Share this palette to:

Blue Oasis color palette CSS

/* CSS */
.color-1 {
color: #1e6b9f;
}
.color-2 {
color: #4dc5e0;
}
.color-3 {
color: #86e1e4;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f9a64e;
}

/* CSS Variables */
:root {
--color-1: #1e6b9f;
--color-2: #4dc5e0;
--color-3: #86e1e4;
--color-4: #f4e1a4;
--color-5: #f9a64e;
}

Blue Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6b9f, #4dc5e0, #86e1e4, #f4e1a4, #f9a64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6b9f, #4dc5e0, #86e1e4, #f4e1a4, #f9a64e);
}

Blue Oasis color palette created on .