Cyber Vibe カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cyber Vibe palette
Cyber Vibe カラー パレット PNG 画像
Cyber Vibe カラーパレット CSS
/* CSS */
.color-1 {
color: #4c4c94;
}
.color-2 {
color: #6263b2;
}
.color-3 {
color: #8081e0;
}
.color-4 {
color: #b868bb;
}
.color-5 {
color: #fed68b;
}
/* CSS Variables */
:root {
--color-1: #4c4c94;
--color-2: #6263b2;
--color-3: #8081e0;
--color-4: #b868bb;
--color-5: #fed68b;
}
Cyber Vibe の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4c94, #6263b2, #8081e0, #b868bb, #fed68b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4c94, #6263b2, #8081e0, #b868bb, #fed68b);
}
似たようなカラーパレット
Cyber Vibe color palette created on .