Jade Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jade Garden palette
Jade Garden color palette CSS
/* CSS */
.color-1 {
color: #4f9c7d;
}
.color-2 {
color: #75c2b3;
}
.color-3 {
color: #a8e1d6;
}
.color-4 {
color: #f4f8e2;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #4f9c7d;
--color-2: #75c2b3;
--color-3: #a8e1d6;
--color-4: #f4f8e2;
--color-5: #ffb84d;
}
Jade Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c7d, #75c2b3, #a8e1d6, #f4f8e2, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c7d, #75c2b3, #a8e1d6, #f4f8e2, #ffb84d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Jade Garden color palette created on .