Retro Futuristic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Futuristic palette
Download Retro Futuristic Color Palette (PNG)
Retro Futuristic color palette CSS
/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4c4cc8;
}
.color-3 {
color: #9b7ecd;
}
.color-4 {
color: #f1a2d1;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4c4cc8;
--color-3: #9b7ecd;
--color-4: #f1a2d1;
--color-5: #ff6e00;
}
Retro Futuristic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4c4cc8, #9b7ecd, #f1a2d1, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4c4cc8, #9b7ecd, #f1a2d1, #ff6e00);
}
Similar color palettes
Retro Futuristic color palette created on .