Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moon palette

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

Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #f0dff6;
}
.color-2 {
color: #c8b6ec;
}
.color-3 {
color: #8896d8;
}
.color-4 {
color: #4f76b0;
}
.color-5 {
color: #354373;
}

/* CSS Variables */
:root {
--color-1: #f0dff6;
--color-2: #c8b6ec;
--color-3: #8896d8;
--color-4: #4f76b0;
--color-5: #354373;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0dff6, #c8b6ec, #8896d8, #4f76b0, #354373);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0dff6, #c8b6ec, #8896d8, #4f76b0, #354373);
}

似たようなカラーパレット

下にスクロールして1個のラベンダーカラーパレットを探索しましょう

Moon color palette created on .