Ethereal Moons カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ethereal Moons palette
Ethereal Moons カラーパレット CSS
/* CSS */
.color-1 {
color: #f0e5ff;
}
.color-2 {
color: #b4a3d1;
}
.color-3 {
color: #807dba;
}
.color-4 {
color: #4d4c90;
}
.color-5 {
color: #2b2a6f;
}
/* CSS Variables */
:root {
--color-1: #f0e5ff;
--color-2: #b4a3d1;
--color-3: #807dba;
--color-4: #4d4c90;
--color-5: #2b2a6f;
}
Ethereal Moons の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5ff, #b4a3d1, #807dba, #4d4c90, #2b2a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5ff, #b4a3d1, #807dba, #4d4c90, #2b2a6f);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Ethereal Moons color palette created on .