Japan on the Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Japan on the Moon palette

Share this palette to:

Japan on the Moon color palette PNG image

Download japan on the moon color palette PNG image (landscape)
Download japan on the moon color palette PNG image (square)

Japan on the Moon color palette CSS

/* CSS */
.color-1 {
color: #e4c1af;
}
.color-2 {
color: #b4a0c0;
}
.color-3 {
color: #8e7dba;
}
.color-4 {
color: #5b9a9f;
}
.color-5 {
color: #3a7e7c;
}

/* CSS Variables */
:root {
--color-1: #e4c1af;
--color-2: #b4a0c0;
--color-3: #8e7dba;
--color-4: #5b9a9f;
--color-5: #3a7e7c;
}

Japan on the Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c1af, #b4a0c0, #8e7dba, #5b9a9f, #3a7e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c1af, #b4a0c0, #8e7dba, #5b9a9f, #3a7e7c);
}

Japan on the Moon color palette created on .