Japanese Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Garden palette
Color Inspiration
Images that showcase this color palette in real designs
Download Japanese Garden Color Palette (PNG)
Japanese Garden color palette CSS
/* CSS */
.color-1 {
color: #096a06;
}
.color-2 {
color: #3b9b3b;
}
.color-3 {
color: #6ccb6c;
}
.color-4 {
color: #a5e3a5;
}
.color-5 {
color: #d4f7d4;
}
/* CSS Variables */
:root {
--color-1: #096a06;
--color-2: #3b9b3b;
--color-3: #6ccb6c;
--color-4: #a5e3a5;
--color-5: #d4f7d4;
}
Japanese Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #096a06, #3b9b3b, #6ccb6c, #a5e3a5, #d4f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #096a06, #3b9b3b, #6ccb6c, #a5e3a5, #d4f7d4);
}
Similar color palettes
Japanese Garden color palette created on .