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: #81cfc5;
}
.color-2 {
color: #50d3b4;
}
.color-3 {
color: #3bb5a1;
}
.color-4 {
color: #1b8d7e;
}
.color-5 {
color: #007a66;
}

/* CSS Variables */
:root {
--color-1: #81cfc5;
--color-2: #50d3b4;
--color-3: #3bb5a1;
--color-4: #1b8d7e;
--color-5: #007a66;
}

Azure Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81cfc5, #50d3b4, #3bb5a1, #1b8d7e, #007a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81cfc5, #50d3b4, #3bb5a1, #1b8d7e, #007a66);
}

Azure Oasis color palette created on .