Retro Tech Minimalist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Tech Minimalist palette
Retro Tech Minimalist color palette CSS
/* CSS */
.color-1 {
color: #1c3e5a;
}
.color-2 {
color: #4d7c99;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #f0d39e;
}
.color-5 {
color: #d85b31;
}
/* CSS Variables */
:root {
--color-1: #1c3e5a;
--color-2: #4d7c99;
--color-3: #a1c1d4;
--color-4: #f0d39e;
--color-5: #d85b31;
}
Retro Tech Minimalist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3e5a, #4d7c99, #a1c1d4, #f0d39e, #d85b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3e5a, #4d7c99, #a1c1d4, #f0d39e, #d85b31);
}
Similar color palettes
Retro Tech Minimalist color palette created on .