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