80s Planetarium カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 80s Planetarium palette

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

80s Planetarium カラー パレット PNG 画像

Download 80s planetarium color palette PNG image (landscape)
Download 80s planetarium color palette PNG image (square)

80s Planetarium カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4b60a0;
}
.color-3 {
color: #7d90bf;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ff3d5a;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4b60a0;
--color-3: #7d90bf;
--color-4: #ff9900;
--color-5: #ff3d5a;
}

80s Planetarium の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4b60a0, #7d90bf, #ff9900, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4b60a0, #7d90bf, #ff9900, #ff3d5a);
}

80s Planetarium color palette created on .