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 CSS

/* CSS */
.color-1 {
color: #fd7c94;
}
.color-2 {
color: #6367ca;
}
.color-3 {
color: #7db672;
}
.color-4 {
color: #f5d1e5;
}
.color-5 {
color: #8cb2e8;
}

/* CSS Variables */
:root {
--color-1: #fd7c94;
--color-2: #6367ca;
--color-3: #7db672;
--color-4: #f5d1e5;
--color-5: #8cb2e8;
}

Retro Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd7c94, #6367ca, #7db672, #f5d1e5, #8cb2e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd7c94, #6367ca, #7db672, #f5d1e5, #8cb2e8);
}

Retro Vibes color palette created on .