Funky Retro Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Funky Retro Vibes palette

Share this palette to:

Funky Retro Vibes color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #33cc33;
}
.color-4 {
color: #3399ff;
}
.color-5 {
color: #ff66cc;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5833;
--color-3: #33cc33;
--color-4: #3399ff;
--color-5: #ff66cc;
}

Funky Retro Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5833, #33cc33, #3399ff, #ff66cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5833, #33cc33, #3399ff, #ff66cc);
}

Funky Retro Vibes color palette created on .