Japan Color Palette

Discover the beautiful Japan color palette featuring persian red (#cf3a3f), rose bud (#f6a9a2), sidecar (#f2e6b5), regent st blue (#a4c0e0) and wedgewood (#4b7f9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Elegant, Green, Japanese, Pink, Red, Summer, Yellow color palettes and combinations.

💡 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

Share this palette to:

💻 Japan color palette CSS

/* CSS */
.color-1 {
color: #cf3a3f;
}
.color-2 {
color: #f6a9a2;
}
.color-3 {
color: #f2e6b5;
}
.color-4 {
color: #a4c0e0;
}
.color-5 {
color: #4b7f9b;
}

/* CSS Variables */
:root {
--color-1: #cf3a3f;
--color-2: #f6a9a2;
--color-3: #f2e6b5;
--color-4: #a4c0e0;
--color-5: #4b7f9b;
}

🌈 Japan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf3a3f, #f6a9a2, #f2e6b5, #a4c0e0, #4b7f9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf3a3f, #f6a9a2, #f2e6b5, #a4c0e0, #4b7f9b);
}

Japan color palette created on .