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: #f9f5ff;
}
.color-2 {
color: #e3dbf5;
}
.color-3 {
color: #d6c4ed;
}
.color-4 {
color: #b9a9db;
}
.color-5 {
color: #9882c0;
}

/* CSS Variables */
:root {
--color-1: #f9f5ff;
--color-2: #e3dbf5;
--color-3: #d6c4ed;
--color-4: #b9a9db;
--color-5: #9882c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f5ff, #e3dbf5, #d6c4ed, #b9a9db, #9882c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f5ff, #e3dbf5, #d6c4ed, #b9a9db, #9882c0);
}

Moon color palette created on .