80's Alien カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 80's Alien palette

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

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

Download 80's alien color palette PNG image (landscape)
Download 80's alien color palette PNG image (square)

80's Alien カラーパレット CSS

/* CSS */
.color-1 {
color: #4d6aff;
}
.color-2 {
color: #9a5cff;
}
.color-3 {
color: #ff57b9;
}
.color-4 {
color: #ffec70;
}
.color-5 {
color: #00ff9d;
}

/* CSS Variables */
:root {
--color-1: #4d6aff;
--color-2: #9a5cff;
--color-3: #ff57b9;
--color-4: #ffec70;
--color-5: #00ff9d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6aff, #9a5cff, #ff57b9, #ffec70, #00ff9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6aff, #9a5cff, #ff57b9, #ffec70, #00ff9d);
}

80's Alien color palette created on .