Moon Army カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moon Army palette

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

Moon Army カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1f30;
}
.color-2 {
color: #50557c;
}
.color-3 {
color: #7984a0;
}
.color-4 {
color: #a7bbd3;
}
.color-5 {
color: #d1e6f5;
}

/* CSS Variables */
:root {
--color-1: #1d1f30;
--color-2: #50557c;
--color-3: #7984a0;
--color-4: #a7bbd3;
--color-5: #d1e6f5;
}

Moon Army の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f30, #50557c, #7984a0, #a7bbd3, #d1e6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f30, #50557c, #7984a0, #a7bbd3, #d1e6f5);
}

Moon Army color palette created on .