Astro the Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Astro the Moon palette

このパレットを共有する先:

Astro the Moon カラー パレット PNG 画像

Download astro the moon color palette PNG image (landscape)
Download astro the moon color palette PNG image (square)

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 .