Whispers of Moonlight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Moonlight palette
Whispers of Moonlight カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbfefe;
}
.color-3 {
color: #fbfbf4;
}
.color-4 {
color: #dddbe1;
}
.color-5 {
color: #bda8b0;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbfefe;
--color-3: #fbfbf4;
--color-4: #dddbe1;
--color-5: #bda8b0;
}
Whispers of Moonlight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbfefe, #fbfbf4, #dddbe1, #bda8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbfefe, #fbfbf4, #dddbe1, #bda8b0);
}
似たようなカラーパレット
下にスクロールして1個の白カラーパレットを探索しましょう
Whispers of Moonlight color palette created on .