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