Pale Skin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pale Skin palette

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

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

Download pale skin color palette PNG image (landscape)
Download pale skin color palette PNG image (square)

Pale Skin カラーパレット CSS

/* CSS */
.color-1 {
color: #fcfaf8;
}
.color-2 {
color: #f9f4f0;
}
.color-3 {
color: #f6ece9;
}
.color-4 {
color: #f4e6e1;
}
.color-5 {
color: #f1deda;
}

/* CSS Variables */
:root {
--color-1: #fcfaf8;
--color-2: #f9f4f0;
--color-3: #f6ece9;
--color-4: #f4e6e1;
--color-5: #f1deda;
}

Pale Skin の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfaf8, #f9f4f0, #f6ece9, #f4e6e1, #f1deda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfaf8, #f9f4f0, #f6ece9, #f4e6e1, #f1deda);
}

Pale Skin color palette created on .