Retro Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Vibes palette

Share this palette to:

Retro Vibes color palette PNG image

Download retro vibes color palette PNG image (landscape)
Download retro vibes color palette PNG image (square)

Retro Vibes color palette CSS

/* CSS */
.color-1 {
color: #ffbd42;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #e03c1f;
}
.color-4 {
color: #8e2f6d;
}
.color-5 {
color: #4d3c6d;
}

/* CSS Variables */
:root {
--color-1: #ffbd42;
--color-2: #ff6d1f;
--color-3: #e03c1f;
--color-4: #8e2f6d;
--color-5: #4d3c6d;
}

Retro Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbd42, #ff6d1f, #e03c1f, #8e2f6d, #4d3c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbd42, #ff6d1f, #e03c1f, #8e2f6d, #4d3c6d);
}

Retro Vibes color palette created on .