Lunar Eclipse カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Eclipse palette

このパレットを共有する先:

Lunar Eclipse カラーパレット CSS

/* CSS */
.color-1 {
color: #291075;
}
.color-2 {
color: #531e8f;
}
.color-3 {
color: #7629ae;
}
.color-4 {
color: #9244ca;
}
.color-5 {
color: #bb7be0;
}

/* CSS Variables */
:root {
--color-1: #291075;
--color-2: #531e8f;
--color-3: #7629ae;
--color-4: #9244ca;
--color-5: #bb7be0;
}

Lunar Eclipse の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #291075, #531e8f, #7629ae, #9244ca, #bb7be0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #291075, #531e8f, #7629ae, #9244ca, #bb7be0);
}

Lunar Eclipse color palette created on .