Jade Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jade Oasis palette
Jade Oasis color palette CSS
/* CSS */
.color-1 {
color: #00bdad;
}
.color-2 {
color: #1dd3b8;
}
.color-3 {
color: #43dfc0;
}
.color-4 {
color: #7befc4;
}
.color-5 {
color: #a3f5d7;
}
/* CSS Variables */
:root {
--color-1: #00bdad;
--color-2: #1dd3b8;
--color-3: #43dfc0;
--color-4: #7befc4;
--color-5: #a3f5d7;
}
Jade Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdad, #1dd3b8, #43dfc0, #7befc4, #a3f5d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdad, #1dd3b8, #43dfc0, #7befc4, #a3f5d7);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Jade Oasis color palette created on .