Emerald Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Oasis palette
Emerald Oasis color palette PNG image
Emerald Oasis color palette CSS
/* CSS */
.color-1 {
color: #059467;
}
.color-2 {
color: #3bba8b;
}
.color-3 {
color: #6ed8b1;
}
.color-4 {
color: #90f4d4;
}
.color-5 {
color: #c3f9e0;
}
/* CSS Variables */
:root {
--color-1: #059467;
--color-2: #3bba8b;
--color-3: #6ed8b1;
--color-4: #90f4d4;
--color-5: #c3f9e0;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #059467, #3bba8b, #6ed8b1, #90f4d4, #c3f9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #059467, #3bba8b, #6ed8b1, #90f4d4, #c3f9e0);
}
Similar color palettes
Scroll down to explore 1000+ colors.emerald color palettes
Emerald Oasis color palette created on .