Japanese Apple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Japanese Apple palette

このパレットを共有する先:

Japanese Apple カラー パレット PNG 画像

Download japanese apple color palette PNG image (landscape)
Download japanese apple color palette PNG image (square)

Japanese Apple カラーパレット 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 の背景のグラデーション 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 .