Pebble カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pebble palette
Pebble カラー パレット PNG 画像
Pebble カラーパレット CSS
/* CSS */
.color-1 {
color: #b9b4a2;
}
.color-2 {
color: #a9aa9d;
}
.color-3 {
color: #e3d8bf;
}
.color-4 {
color: #c4c5af;
}
.color-5 {
color: #a3b8a7;
}
/* CSS Variables */
:root {
--color-1: #b9b4a2;
--color-2: #a9aa9d;
--color-3: #e3d8bf;
--color-4: #c4c5af;
--color-5: #a3b8a7;
}
Pebble の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b4a2, #a9aa9d, #e3d8bf, #c4c5af, #a3b8a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b4a2, #a9aa9d, #e3d8bf, #c4c5af, #a3b8a7);
}
似たようなカラーパレット
Pebble color palette created on .