Japanese Apple Color Palette

Discover the beautiful Japanese Apple color palette featuring aqua island (#a7dadc), peppermint (#f2faef), froly (#f67481), thistle green (#cacca4) and cornflower lilac (#ffadad).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withJapanese, Bright, Soft, Pink, Green, Peach, Summer, Modern 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 Japanese Apple palette

Share this palette to:

💻 Japanese Apple color palette CSS

/* CSS */
.color-1 {
color: #a7dadc;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #f67481;
}
.color-4 {
color: #cacca4;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #a7dadc;
--color-2: #f2faef;
--color-3: #f67481;
--color-4: #cacca4;
--color-5: #ffadad;
}

🌈 Japanese Apple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7dadc, #f2faef, #f67481, #cacca4, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7dadc, #f2faef, #f67481, #cacca4, #ffadad);
}

Japanese Apple color palette created on .