Emerald Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Emerald Oasis Color Palette (PNG)
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
Emerald Oasis color palette created on .