Retro Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Vibes palette
Retro Vibes color palette PNG image
Retro Vibes color palette CSS
/* CSS */
.color-1 {
color: #791b2e;
}
.color-2 {
color: #c95e31;
}
.color-3 {
color: #f6a76a;
}
.color-4 {
color: #e9c177;
}
.color-5 {
color: #a9d6c4;
}
/* CSS Variables */
:root {
--color-1: #791b2e;
--color-2: #c95e31;
--color-3: #f6a76a;
--color-4: #e9c177;
--color-5: #a9d6c4;
}
Retro Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b2e, #c95e31, #f6a76a, #e9c177, #a9d6c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b2e, #c95e31, #f6a76a, #e9c177, #a9d6c4);
}
Similar color palettes
Retro Vibes color palette created on .