Japanese Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Japanese Garden palette

Share this palette to:

Japanese Garden color palette PNG image

Download japanese garden color palette PNG image (landscape)
Download japanese garden color palette PNG image (square)

Japanese Garden color palette CSS

/* CSS */
.color-1 {
color: #e2b8a7;
}
.color-2 {
color: #dad7b9;
}
.color-3 {
color: #b5c2a8;
}
.color-4 {
color: #7d9b7e;
}
.color-5 {
color: #4a7c7d;
}

/* CSS Variables */
:root {
--color-1: #e2b8a7;
--color-2: #dad7b9;
--color-3: #b5c2a8;
--color-4: #7d9b7e;
--color-5: #4a7c7d;
}

Japanese Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a7, #dad7b9, #b5c2a8, #7d9b7e, #4a7c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a7, #dad7b9, #b5c2a8, #7d9b7e, #4a7c7d);
}

Japanese Garden color palette created on .