Japanese Apple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Apple palette
Japanese Apple color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.traditional color palettes
Japanese Apple color palette created on .