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: #1e1f4d;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #707e99;
}
.color-4 {
color: #a1b2c4;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #4a4e8c;
--color-3: #707e99;
--color-4: #a1b2c4;
--color-5: #f1f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #4a4e8c, #707e99, #a1b2c4, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #4a4e8c, #707e99, #a1b2c4, #f1f5f8);
}

Astro color palette created on .