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: #51c878;
}
.color-2 {
color: #40bf71;
}
.color-3 {
color: #2ca55c;
}
.color-4 {
color: #1d8b4b;
}
.color-5 {
color: #0f6b3a;
}

/* CSS Variables */
:root {
--color-1: #51c878;
--color-2: #40bf71;
--color-3: #2ca55c;
--color-4: #1d8b4b;
--color-5: #0f6b3a;
}

Emerald Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #51c878, #40bf71, #2ca55c, #1d8b4b, #0f6b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #51c878, #40bf71, #2ca55c, #1d8b4b, #0f6b3a);
}

Emerald Oasis color palette created on .