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