80s Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 80s Vibes palette

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

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

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

80s Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe91;
}
.color-3 {
color: #f7e2b6;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d45e8d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe91;
--color-3: #f7e2b6;
--color-4: #ffb84d;
--color-5: #d45e8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe91, #f7e2b6, #ffb84d, #d45e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe91, #f7e2b6, #ffb84d, #d45e8d);
}

80s Vibes color palette created on .