Y2K Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Y2K Vibes palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Y2K Vibes カラーパレット (PNG) をダウンロード
Y2K Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f2cb07;
}
.color-4 {
color: #ff4d8b;
}
.color-5 {
color: #5cdeff;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff6d1f;
--color-3: #f2cb07;
--color-4: #ff4d8b;
--color-5: #5cdeff;
}
Y2K Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff6d1f, #f2cb07, #ff4d8b, #5cdeff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff6d1f, #f2cb07, #ff4d8b, #5cdeff);
}
似たようなカラーパレット
下にスクロールして8個の90年代カラーパレットを探索しましょう
Y2K Vibes color palette created on .