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