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