90s Anime Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 90s Anime Vibes palette

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

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

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

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 .