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: #009975;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #2cd8b6;
}
.color-4 {
color: #a1edd5;
}
.color-5 {
color: #e7f9f1;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00bdad;
--color-3: #2cd8b6;
--color-4: #a1edd5;
--color-5: #e7f9f1;
}

Emerald Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00bdad, #2cd8b6, #a1edd5, #e7f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00bdad, #2cd8b6, #a1edd5, #e7f9f1);
}

Emerald Oasis color palette created on .