Retro Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Vibes palette
Retro Vibes color palette CSS
/* CSS */
.color-1 {
color: #dc5b41;
}
.color-2 {
color: #734560;
}
.color-3 {
color: #918630;
}
.color-4 {
color: #de8f73;
}
.color-5 {
color: #93808a;
}
/* CSS Variables */
:root {
--color-1: #dc5b41;
--color-2: #734560;
--color-3: #918630;
--color-4: #de8f73;
--color-5: #93808a;
}
Retro Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc5b41, #734560, #918630, #de8f73, #93808a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc5b41, #734560, #918630, #de8f73, #93808a);
}
Similar color palettes
Retro Vibes color palette created on .