Ninlil's 80s Vibe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ninlil's 80s Vibe palette

Share this palette to:

Ninlil's 80s Vibe color palette CSS

/* CSS */
.color-1 {
color: #da1b61;
}
.color-2 {
color: #f15a27;
}
.color-3 {
color: #f6c02c;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #3c5a9a;
}

/* CSS Variables */
:root {
--color-1: #da1b61;
--color-2: #f15a27;
--color-3: #f6c02c;
--color-4: #4ccdc4;
--color-5: #3c5a9a;
}

Ninlil's 80s Vibe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da1b61, #f15a27, #f6c02c, #4ccdc4, #3c5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da1b61, #f15a27, #f6c02c, #4ccdc4, #3c5a9a);
}

Ninlil's 80s Vibe color palette created on .