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