Astro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Astro palette

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

Astro カラー パレット PNG 画像

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

Astro カラーパレット CSS

/* CSS */
.color-1 {
color: #080b21;
}
.color-2 {
color: #111d4b;
}
.color-3 {
color: #1c435e;
}
.color-4 {
color: #297062;
}
.color-5 {
color: #817031;
}

/* CSS Variables */
:root {
--color-1: #080b21;
--color-2: #111d4b;
--color-3: #1c435e;
--color-4: #297062;
--color-5: #817031;
}

Astro の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #080b21, #111d4b, #1c435e, #297062, #817031);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #080b21, #111d4b, #1c435e, #297062, #817031);
}

Astro color palette created on .