Pebble カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pebble palette

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

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

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

Pebble カラーパレット CSS

/* CSS */
.color-1 {
color: #b4a89c;
}
.color-2 {
color: #d4c7b5;
}
.color-3 {
color: #e6e1d1;
}
.color-4 {
color: #ede8e3;
}
.color-5 {
color: #fcd9b6;
}

/* CSS Variables */
:root {
--color-1: #b4a89c;
--color-2: #d4c7b5;
--color-3: #e6e1d1;
--color-4: #ede8e3;
--color-5: #fcd9b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a89c, #d4c7b5, #e6e1d1, #ede8e3, #fcd9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a89c, #d4c7b5, #e6e1d1, #ede8e3, #fcd9b6);
}

Pebble color palette created on .