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