Jade Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jade Oasis palette
Download Jade Oasis Color Palette (PNG)
Jade Oasis color palette CSS
/* CSS */
.color-1 {
color: #00b39e;
}
.color-2 {
color: #1e9f92;
}
.color-3 {
color: #3cb49e;
}
.color-4 {
color: #54d4b0;
}
.color-5 {
color: #a6e3dc;
}
/* CSS Variables */
:root {
--color-1: #00b39e;
--color-2: #1e9f92;
--color-3: #3cb49e;
--color-4: #54d4b0;
--color-5: #a6e3dc;
}
Jade Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b39e, #1e9f92, #3cb49e, #54d4b0, #a6e3dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b39e, #1e9f92, #3cb49e, #54d4b0, #a6e3dc);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Jade Oasis color palette created on .