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: #030222;
}
.color-2 {
color: #0e0425;
}
.color-3 {
color: #190628;
}
.color-4 {
color: #210a33;
}
.color-5 {
color: #2e0e3f;
}

/* CSS Variables */
:root {
--color-1: #030222;
--color-2: #0e0425;
--color-3: #190628;
--color-4: #210a33;
--color-5: #2e0e3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #030222, #0e0425, #190628, #210a33, #2e0e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #030222, #0e0425, #190628, #210a33, #2e0e3f);
}

Astro color palette created on .