Pink Apple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Apple palette

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

Pink Apple カラーパレット (PNG) をダウンロード

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

Pink Apple カラーパレット CSS

/* CSS */
.color-1 {
color: #f0ead6;
}
.color-2 {
color: #b8d5c2;
}
.color-3 {
color: #9fe5d7;
}
.color-4 {
color: #f2a6b5;
}
.color-5 {
color: #f7696b;
}

/* CSS Variables */
:root {
--color-1: #f0ead6;
--color-2: #b8d5c2;
--color-3: #9fe5d7;
--color-4: #f2a6b5;
--color-5: #f7696b;
}

Pink Apple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ead6, #b8d5c2, #9fe5d7, #f2a6b5, #f7696b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ead6, #b8d5c2, #9fe5d7, #f2a6b5, #f7696b);
}

Pink Apple color palette created on .