Moon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Moon palette
Moon カラー パレット PNG 画像
Moon カラーパレット CSS
/* CSS */
.color-1 {
color: #c0c9f2;
}
.color-2 {
color: #8d97c3;
}
.color-3 {
color: #5b6c95;
}
.color-4 {
color: #3d4e7f;
}
.color-5 {
color: #1f2b5b;
}
/* CSS Variables */
:root {
--color-1: #c0c9f2;
--color-2: #8d97c3;
--color-3: #5b6c95;
--color-4: #3d4e7f;
--color-5: #1f2b5b;
}
Moon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}
似たようなカラーパレット
Moon color palette created on .