Loading...

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: #0c0f2d;
}
.color-2 {
color: #182767;
}
.color-3 {
color: #24448f;
}
.color-4 {
color: #3462a8;
}
.color-5 {
color: #4884ad;
}

/* CSS Variables */
:root {
--color-1: #0c0f2d;
--color-2: #182767;
--color-3: #24448f;
--color-4: #3462a8;
--color-5: #4884ad;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c0f2d, #182767, #24448f, #3462a8, #4884ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c0f2d, #182767, #24448f, #3462a8, #4884ad);
}

Astro color palette created on .