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