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