Vaporwave カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vaporwave palette
Vaporwave カラー パレット PNG 画像
Vaporwave カラーパレット CSS
/* CSS */
.color-1 {
color: #ac35ac;
}
.color-2 {
color: #1bac9e;
}
.color-3 {
color: #ac852a;
}
.color-4 {
color: #ac2a51;
}
.color-5 {
color: #71145b;
}
/* CSS Variables */
:root {
--color-1: #ac35ac;
--color-2: #1bac9e;
--color-3: #ac852a;
--color-4: #ac2a51;
--color-5: #71145b;
}
Vaporwave の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ac35ac, #1bac9e, #ac852a, #ac2a51, #71145b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ac35ac, #1bac9e, #ac852a, #ac2a51, #71145b);
}
似たようなカラーパレット
下にスクロールして4個のマゼンタカラーパレットを探索しましょう
Vaporwave color palette created on .