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