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