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