Jade Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jade Oasis palette

Share this palette to:

Download Jade Oasis Color Palette (PNG)

Download jade oasis color palette PNG image (landscape)
Download jade oasis color palette PNG image (square)

Jade Oasis color palette CSS

/* CSS */
.color-1 {
color: #007a5e;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #3dffd5;
}
.color-4 {
color: #a0e9cf;
}
.color-5 {
color: #dff6ec;
}

/* CSS Variables */
:root {
--color-1: #007a5e;
--color-2: #00bdad;
--color-3: #3dffd5;
--color-4: #a0e9cf;
--color-5: #dff6ec;
}

Jade Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a5e, #00bdad, #3dffd5, #a0e9cf, #dff6ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a5e, #00bdad, #3dffd5, #a0e9cf, #dff6ec);
}

Jade Oasis color palette created on .