Blue Astro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Astro palette

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

Blue Astro カラー パレット PNG 画像

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

Blue Astro カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b5ca0;
}
.color-3 {
color: #6c8fac;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #e1f2f4;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b5ca0;
--color-3: #6c8fac;
--color-4: #a1c6d4;
--color-5: #e1f2f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b5ca0, #6c8fac, #a1c6d4, #e1f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b5ca0, #6c8fac, #a1c6d4, #e1f2f4);
}

Blue Astro color palette created on .