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