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: #78c486;
}
.color-2 {
color: #4fbf9e;
}
.color-3 {
color: #2bdaab;
}
.color-4 {
color: #1ca08d;
}
.color-5 {
color: #0e7c7a;
}
/* CSS Variables */
:root {
--color-1: #78c486;
--color-2: #4fbf9e;
--color-3: #2bdaab;
--color-4: #1ca08d;
--color-5: #0e7c7a;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c486, #4fbf9e, #2bdaab, #1ca08d, #0e7c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c486, #4fbf9e, #2bdaab, #1ca08d, #0e7c7a);
}
Similar color palettes
- Spectrum of Connection
- Light Beige
- Sweet Blush Serenade
- Mystical Orchid Dreams
- Celestial Abyss
- Blossom Whispers
- Blossom Reverie
- Twilight Serenade
- Violet Whispers
- Shades of Pink
- Teal Earth
- Crimson Serenade
- Mystical Persian Dreams
- Whimsical Serenity
- Blue Planet Core
- Faded Whispers
- Sunset Serenade
- Shades of Green Snake
Emerald Oasis color palette created on .