1940s Robot Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 1940s Robot palette

Share this palette to:

1940s Robot color palette 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 background gradient 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);
}

Similar color palettes

1940s Robot color palette created on .