Pookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pookie palette

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

Pookie カラー パレット PNG 画像

Download pookie color palette PNG image (landscape)
Download pookie color palette PNG image (square)

Pookie カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd4bd;
}
.color-2 {
color: #ffebb8;
}
.color-3 {
color: #f2f7ed;
}
.color-4 {
color: #f4e7fe;
}
.color-5 {
color: #f2c7f5;
}

/* CSS Variables */
:root {
--color-1: #ffd4bd;
--color-2: #ffebb8;
--color-3: #f2f7ed;
--color-4: #f4e7fe;
--color-5: #f2c7f5;
}

Pookie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}

Pookie color palette created on .