Serene Jade Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Jade Oasis palette
Serene Jade Oasis color palette CSS
/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #a1e8d7;
}
.color-4 {
color: #e3f2e4;
}
.color-5 {
color: #f0fff2;
}
/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00bdad;
--color-3: #a1e8d7;
--color-4: #e3f2e4;
--color-5: #f0fff2;
}
Serene Jade Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00bdad, #a1e8d7, #e3f2e4, #f0fff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00bdad, #a1e8d7, #e3f2e4, #f0fff2);
}
Similar color palettes
Serene Jade Oasis color palette created on .