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: #69bf4a;
}
.color-2 {
color: #4fb064;
}
.color-3 {
color: #3f9d7a;
}
.color-4 {
color: #289a8b;
}
.color-5 {
color: #1a8c8e;
}
/* CSS Variables */
:root {
--color-1: #69bf4a;
--color-2: #4fb064;
--color-3: #3f9d7a;
--color-4: #289a8b;
--color-5: #1a8c8e;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4a, #4fb064, #3f9d7a, #289a8b, #1a8c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4a, #4fb064, #3f9d7a, #289a8b, #1a8c8e);
}
Similar color palettes
- Green Monster
- Seaside Serenade
- Sunkissed Forest Whisper
- Sunset Citrus Burst
- Sunlit Forest Whisper
- Shades of Coral
- Renaissance Vibrance
- Sasha's Serenade
- Shades of Green
- Sunlit Meadow
- Warm Colors of Collaboration
- Serene Harmony
- Golden Harvest
- Shades of Green
- Clover's Embrace
- Sunset Serenade
- Whirlwind Whimsy
- Allie's Dreamscape
Emerald Oasis color palette created on .