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