Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moon palette

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

Moon カラー パレット PNG 画像

Download moon color palette PNG image (landscape)
Download moon color palette PNG image (square)

Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e5ff;
}
.color-2 {
color: #b3a3d1;
}
.color-3 {
color: #8080bc;
}
.color-4 {
color: #4f4f8c;
}
.color-5 {
color: #2c2c58;
}

/* CSS Variables */
:root {
--color-1: #f0e5ff;
--color-2: #b3a3d1;
--color-3: #8080bc;
--color-4: #4f4f8c;
--color-5: #2c2c58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5ff, #b3a3d1, #8080bc, #4f4f8c, #2c2c58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5ff, #b3a3d1, #8080bc, #4f4f8c, #2c2c58);
}

Moon color palette created on .