Astronaut カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Astronaut palette

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

Astronaut カラー パレット PNG 画像

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

Astronaut カラーパレット CSS

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #5d7ca8;
}
.color-4 {
color: #9eb5e0;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #3b4b8c;
--color-3: #5d7ca8;
--color-4: #9eb5e0;
--color-5: #f3f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #3b4b8c, #5d7ca8, #9eb5e0, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #3b4b8c, #5d7ca8, #9eb5e0, #f3f9fc);
}

Astronaut color palette created on .