Retro Neon Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Retro Neon Vibes palette
Retro Neon Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #5e5e5e;
}
.color-4 {
color: #1a1a1a;
}
.color-5 {
color: #ff1f57;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffcc00;
--color-3: #5e5e5e;
--color-4: #1a1a1a;
--color-5: #ff1f57;
}
Retro Neon Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffcc00, #5e5e5e, #1a1a1a, #ff1f57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffcc00, #5e5e5e, #1a1a1a, #ff1f57);
}
似たようなカラーパレット
Retro Neon Vibes color palette created on .