Emerald Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Oasis palette
Emerald Oasis color palette CSS
/* CSS */
.color-1 {
color: #98cf7d;
}
.color-2 {
color: #6fbe7c;
}
.color-3 {
color: #4aa56c;
}
.color-4 {
color: #2f9d5d;
}
.color-5 {
color: #1b8d4e;
}
/* CSS Variables */
:root {
--color-1: #98cf7d;
--color-2: #6fbe7c;
--color-3: #4aa56c;
--color-4: #2f9d5d;
--color-5: #1b8d4e;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98cf7d, #6fbe7c, #4aa56c, #2f9d5d, #1b8d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98cf7d, #6fbe7c, #4aa56c, #2f9d5d, #1b8d4e);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Emerald Oasis color palette created on .