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