80s MLP Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 80s MLP palette
Download 80s MLP Color Palette (PNG)
80s MLP color palette CSS
/* CSS */
.color-1 {
color: #f8a5ba;
}
.color-2 {
color: #ffb8c6;
}
.color-3 {
color: #fedc81;
}
.color-4 {
color: #a1e2b2;
}
.color-5 {
color: #6fb8e2;
}
/* CSS Variables */
:root {
--color-1: #f8a5ba;
--color-2: #ffb8c6;
--color-3: #fedc81;
--color-4: #a1e2b2;
--color-5: #6fb8e2;
}
80s MLP background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a5ba, #ffb8c6, #fedc81, #a1e2b2, #6fb8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a5ba, #ffb8c6, #fedc81, #a1e2b2, #6fb8e2);
}
Similar color palettes
Scroll down to explore 8 80s color palettes
80s MLP color palette created on .