Emerald Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Oasis palette

Share this palette to:

Emerald Oasis color palette CSS

/* CSS */
.color-1 {
color: #33cc99;
}
.color-2 {
color: #2bbf8b;
}
.color-3 {
color: #24a87e;
}
.color-4 {
color: #1d956f;
}
.color-5 {
color: #168d63;
}

/* CSS Variables */
:root {
--color-1: #33cc99;
--color-2: #2bbf8b;
--color-3: #24a87e;
--color-4: #1d956f;
--color-5: #168d63;
}

Emerald Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33cc99, #2bbf8b, #24a87e, #1d956f, #168d63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33cc99, #2bbf8b, #24a87e, #1d956f, #168d63);
}

Emerald Oasis color palette created on .