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: #009975;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #2cd8b6;
}
.color-4 {
color: #a1edd5;
}
.color-5 {
color: #e7f9f1;
}
/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00bdad;
--color-3: #2cd8b6;
--color-4: #a1edd5;
--color-5: #e7f9f1;
}
Emerald Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00bdad, #2cd8b6, #a1edd5, #e7f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00bdad, #2cd8b6, #a1edd5, #e7f9f1);
}
Similar color palettes
- Emerald Metamorphosis
- Pink and Green Underwater
- Serenade of Streams
- Fortune's Embrace
- Teal Alien Stage
- Teal Growth
- Tropical Serenity
- Ocean Green Shades
- Whispering Grove
- Zen Garden Breeze
- Shades of Green and Pink
- Vibrant Markings
- Pastel Mina
- Seashell Serenade
- Shades of Green
- Pastel Pink
- Teal Enchantment
- Shades of Purple
Emerald Oasis color palette created on .