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: #39fea9;
}
.color-2 {
color: #2e4d32;
}
.color-3 {
color: #35a770;
}
.color-4 {
color: #92e3b3;
}
.color-5 {
color: #b2e0c7;
}
/* CSS Variables */
:root {
--color-1: #39fea9;
--color-2: #2e4d32;
--color-3: #35a770;
--color-4: #92e3b3;
--color-5: #b2e0c7;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39fea9, #2e4d32, #35a770, #92e3b3, #b2e0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39fea9, #2e4d32, #35a770, #92e3b3, #b2e0c7);
}
Similar color palettes
Emerald Oasis color palette created on .