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