90s Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 90s Vibes palette

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

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

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

90s Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #8a2ce2;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffd900;
--color-3: #b1e0e7;
--color-4: #ff1492;
--color-5: #8a2ce2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffd900, #b1e0e7, #ff1492, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffd900, #b1e0e7, #ff1492, #8a2ce2);
}

90s Vibes color palette created on .