Green Patisserie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Patisserie palette
Green Patisserie color palette CSS
/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e6f6a7;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #f2d4a1;
}
/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #a3d55d;
--color-3: #e6f6a7;
--color-4: #bfae8d;
--color-5: #f2d4a1;
}
Green Patisserie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #a3d55d, #e6f6a7, #bfae8d, #f2d4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #a3d55d, #e6f6a7, #bfae8d, #f2d4a1);
}
Similar color palettes
Scroll down to explore 500+ Green color palettes
Green Patisserie color palette created on .