Japan Color Palette
Discover the beautiful Japan color palette featuring tulip tree (#e8b43b), flame pea (#d65e3d), tapestry (#a34d8c), lynch (#6e7d96) and opal (#a2c8c6).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Japan palette
๐ป Japan color palette CSS
/* CSS */
.color-1 {
color: #e8b43b;
}
.color-2 {
color: #d65e3d;
}
.color-3 {
color: #a34d8c;
}
.color-4 {
color: #6e7d96;
}
.color-5 {
color: #a2c8c6;
}
/* CSS Variables */
:root {
--color-1: #e8b43b;
--color-2: #d65e3d;
--color-3: #a34d8c;
--color-4: #6e7d96;
--color-5: #a2c8c6;
} ๐ Japan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b43b, #d65e3d, #a34d8c, #6e7d96, #a2c8c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b43b, #d65e3d, #a34d8c, #6e7d96, #a2c8c6);
} ๐ Explore similar color palettes
Japan color palette created on .