Jade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jade palette
Color Inspiration
Images that showcase this color palette in real designs
Download Jade Color Palette (PNG)
Jade color palette CSS
/* CSS */
.color-1 {
color: #53b27d;
}
.color-2 {
color: #8bcb9a;
}
.color-3 {
color: #b4d9af;
}
.color-4 {
color: #d7efc3;
}
.color-5 {
color: #f0f8e8;
}
/* CSS Variables */
:root {
--color-1: #53b27d;
--color-2: #8bcb9a;
--color-3: #b4d9af;
--color-4: #d7efc3;
--color-5: #f0f8e8;
}
Jade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #53b27d, #8bcb9a, #b4d9af, #d7efc3, #f0f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #53b27d, #8bcb9a, #b4d9af, #d7efc3, #f0f8e8);
}
Similar color palettes
Jade color palette created on .