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