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: #4dd5b1;
}
.color-2 {
color: #3cbe99;
}
.color-3 {
color: #2a9d82;
}
.color-4 {
color: #1f7f69;
}
.color-5 {
color: #1a7057;
}
/* CSS Variables */
:root {
--color-1: #4dd5b1;
--color-2: #3cbe99;
--color-3: #2a9d82;
--color-4: #1f7f69;
--color-5: #1a7057;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dd5b1, #3cbe99, #2a9d82, #1f7f69, #1a7057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dd5b1, #3cbe99, #2a9d82, #1f7f69, #1a7057);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Emerald Oasis color palette created on .