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