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