Azure Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Oasis palette

Share this palette to:

Azure Oasis color palette CSS

/* CSS */
.color-1 {
color: #71b5e5;
}
.color-2 {
color: #4fc2e8;
}
.color-3 {
color: #2bb9da;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #005e75;
}

/* CSS Variables */
:root {
--color-1: #71b5e5;
--color-2: #4fc2e8;
--color-3: #2bb9da;
--color-4: #007e94;
--color-5: #005e75;
}

Azure Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71b5e5, #4fc2e8, #2bb9da, #007e94, #005e75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71b5e5, #4fc2e8, #2bb9da, #007e94, #005e75);
}

Azure Oasis color palette created on .