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