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