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