Retro Pop Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Pop palette
Retro Pop color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #7a2d00;
}
.color-5 {
color: #49148a;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #7a2d00;
--color-5: #49148a;
}
Retro Pop background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d1f, #ff3c00, #7a2d00, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d1f, #ff3c00, #7a2d00, #49148a);
}
Similar color palettes
Retro Pop color palette created on .