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