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