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