Cyberpunk Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cyberpunk Vibes palette
Cyberpunk Vibes カラー パレット PNG 画像
Cyberpunk Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #ff3c00;
}
.color-3 {
color: #8a2ce2;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #ff3c00;
--color-3: #8a2ce2;
--color-4: #ffd900;
--color-5: #ff1492;
}
Cyberpunk Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #ff3c00, #8a2ce2, #ffd900, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #ff3c00, #8a2ce2, #ffd900, #ff1492);
}
似たようなカラーパレット
Cyberpunk Vibes color palette created on .