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