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: #00805e;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #00b38c;
}
.color-4 {
color: #00db9d;
}
.color-5 {
color: #00f5a3;
}
/* CSS Variables */
:root {
--color-1: #00805e;
--color-2: #009975;
--color-3: #00b38c;
--color-4: #00db9d;
--color-5: #00f5a3;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00805e, #009975, #00b38c, #00db9d, #00f5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00805e, #009975, #00b38c, #00db9d, #00f5a3);
}
Similar color palettes
- Nordic Serenity
- Shades of Green
- Verdant Embrace
- Tropical Serenity
- Vibrant Royal Blue
- Shades of Green
- Pastel Pink
- Shades of Jungle Green
- Empowerment Spectrum
- Vitality Harvest
- Whimsical Meadow Dreams
- Shades of Green
- Pastel Pink with Coral Accent
- Colorful Bandiera
- Shades of Green and Blue
- Dino Dreamscape
- Celeste and Rojo Garden
- Passionate Red
Emerald Oasis color palette created on .