Skip to content
  • Home
  • News Connectz
  • Trends
  • Contact Us
  • Christian Connectz
  • Privacy Policy
  • Contact
  • Gavin Newsom Connectz
  • Ron Desantis Connectz
  • Trump Connectz
56be1635-a1b1-4515-a132-9171b6f295d9-2026-05-11 (2) (1)
Trenden Music

8 “Cringey” Millennial Fashion Trends That Aged Horribly

03/27/2025
Summarize this post with AI
ChatGPT Gemini Claude Perplexity Copilot

Millennials are defined as being born between 1981 and 1996, but if you were born at the tail end of that time frame and endured your teenage years during the 2000s or early 2010s, you most definitely suffered through some arguably rough fashion trends.

Wearing Abercrombie or Aeropostale brand name t-shirts, sporting chevron dresses, and going to parties with “concealer lips” was (regrettably) the vibe at the time! Today, most teens wouldn’t dare wear the outfits and accessories us millennials wholeheartedly loved.


We’re here to revisit fashion’s past and call out the top 8 millennial style fails that are just super cringeworthy today.

1. Flower Crowns

Rainbow Flower Crown

Etsy

Rainbow Flower Crown

When millennials wanted to look ‘boho chic,’ they immediately busted out the flower crowns. This accessory infiltrated practically every occasion, from high school dances and music festivals like Coachella – or even (sigh) regular trips to the mall.

While the trend might’ve felt fun and carefree at the time, flower crowns are super cliché today and just remind me of Tumblr’s heyday (IYKYK).

2. “Geek” Glasses

Black Nerd Glasses

Amazon

Black Nerd Glasses

It’s funny to think about how popular wearing fake “geek” glasses was, particularly since so many teen movies of the time, like Mean Girls, sensationalized being “cool” and “popular.”

Nonetheless, plenty of millennials set out to appear quirky by topping off their outfits with thick, oversized hipster frames, even if they didn’t actually need glasses. Some people even used their leftover 3D glasses from movie theaters and simply popped the lenses out – guilty!

<!–

–>

3. Hair Feathers

Feather Hair Extension Clip

Etsy

Feather Hair Extension Clip

Similar to flower crowns, hair feathers emerged as a bohemian-inspired way to add a pop of color and texture to your locks. Some people opted for thinner solid or multicolored strands; meanwhile, others went full-throttle with larger feather shapes or even bead attachments.

This is another “hipster” trend that, while maybe still appropriate for some music festivals, should stay in the past when it comes to everyday wear.

4. Jeggings

Halara Flex High Waisted Stretchy Leggings

Halara

Halara Flex High Waisted Stretchy Leggings

Jeggings were supposed to be the perfect blend of comfort and style… or so we thought. The idea seemed genius at the time, but in retrospect, they were just a fashion mistake.

This pant style attempted to blend two completely different types of garments and created a result that’s now considered a fashion faux pas. Jeggings are just too tight to ever be flattering and don’t deliver that same classic denim look.

<!–

–>

5. Converse Sneakers With Anything

Converse Chuck Taylor All Star Canvas Sneakers

Converse

Converse Chuck Taylor All Star Canvas Sneakers

Skinny jeans, skirts, maxi dresses, and mini dresses. Today, you’d probably pick different shoe choices for all of these outfits, but millennials undoubtedly had a go-to: Converse.

These sneakers were the perfect footwear for practically any look, but the trend quickly became overused. Even celebrities were showing up in low-cut Converse to walk the red carpet, a statement that would leave younger generations scratching their heads today.

6. Belts Over Shirts

Grommet Leather Belt

Amazon

Grommet Leather Belt

Along with the excessive layering of tank tops and t-shirts came the addition of belts on top. While this might’ve been an attempt to add some structure or flair, many belts in the 2000s were more clunky than chic.

This trend is making a comeback, particularly with oversized outerwear. But, again, younger generations today are making more pattern- and color-conscious decisions (and not just cinching their waists while wearing Hollister v-necks, LOL).

<!–

–>

7. Ombré Hair

Ombru00e9 Hair

Polina Semernina / PEXELS

Ombré hair is often associated with balayage, a hair-painting technique that remains insanely popular in 2025. However, many millennials didn’t hit the salon to achieve their ombré – and took matters into their own hands at home.

Regardless of whether they tried to darken or lighten, it typically resulted in a not-very-well-blended horizontal line of color across their hair.

8. Fedoras

Woman In Fedora Hat

Julia Volk / PEXELS

Finally, I believe that you should be entitled to compensation if you’ve been personally victimized by a fedora. Everyone from Justin Timberlake to Paris Hilton wore these hats, making millennials think they were cool. In hindsight, perhaps everyone (including the A-listers) blundered with this fad.

<!–

–>

Subscribe to our newsletter for more fashion throwbacks!

Brit + Co may at times use affiliate links to promote products sold by others, but always offers genuine editorial recommendations.

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

const col3Particles = document.querySelectorAll(‘.rebellt-item.col3:not(.show_columns_on_mobile)’);
const col2Particles = document.querySelectorAll(‘.rebellt-item.col2:not(.show_columns_on_mobile)’);

const col3Listicles = getListiclesWrapped(col3Particles)
Object.values(col3Listicles).forEach( particles => renderHTMLGroups(particles, ‘three-in-row’))

const col2Listicles = getListiclesWrapped(col2Particles)
Object.values(col2Listicles).forEach( particles => renderHTMLGroups(particles, ‘two-in-row’))

function getListiclesWrapped(particles){
let n = 0;

return Array.from(particles).reduce((groups, column) => {

removeParticlesSiblingAds(column);

// If no group exists at index `n`, initialize it as an empty array
if (!groups[n]) {
groups[n] = [column]; // Initialize the group with the current column
} else {
const currentGroup = groups[n];
const lastElement = currentGroup[currentGroup.length – 1]; // Get the last element in the current group

// If the last element exists and is adjacent to the current column, add it to the group
if (lastElement && lastElement.nextElementSibling === column) {
currentGroup.push(column);
} else {
// Otherwise, increment `n` to create a new group and add the column to the new group
n++;
groups[n] = [column]; // Start a new group
}
}

return groups;
}, {}); // Initialize with an empty object to store groups
}

function removeParticlesSiblingAds(element){
const siblingAd = element.nextElementSibling
if(element && siblingAd.classList.contains(‘listicle–ad-tag’)){
siblingAd.remove()
}
}

function renderHTMLGroups(listicleParticles, className){
const listicleDiv = document.createElement(“div”)
listicleDiv.classList.add(className)
listicleParticles[0].insertAdjacentElement(‘beforebegin’, listicleDiv)
listicleParticles.forEach( particle => listicleDiv.appendChild(particle))
}

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,’script’,
‘https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘377612259624022’);

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

window.REBELMOUSE_STDLIB.loadExternalScript(“https://s.skimresources.com/js/58005X1352817.skimlinks.js”, function() {

});

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

function bonbontag(){bonbonDataLayer.push(arguments);};(function(w,d,s,l,i,e){w[l]=w[l]||[];w[l].push({‘bonbon.start’:new Date().getTime(),event:’bonbon.js’});var f=d.getElementsByTagName(s)[0],j=d.createElement(s);j.type=”text/javascript”;j.async=true;j.setAttribute(‘data-clientId’,i);e&&j.setAttribute(‘data-environment’,e);j.id=’bonbon-js-sdk’;j.src=”https://cdn.bonbon.tech/js/bonbon.js”;f.parentNode.insertBefore(j,f);})(window,document,’script’,’bonbonDataLayer’,’s6f4LyeranJzw37i09nsMh6gCII1WF8U’);
console.log(‘Bonbon excecuted’)

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

var _throttle;
const topbar_sticky_wrapper= document.querySelector(‘.topbar_sticky_wrapper’);
const throttle = (callback, time) => {
if (_throttle) return;

_throttle = true;
setTimeout(() => {
callback();
_throttle = false;
}, time);
}
window.addEventListener(‘scroll’,()=>{
throttle(topbar_position_check,100);
});
var sticky_scroll_distance=window.innerHeight;

function topbar_position_check(event){
var current_position=topbar_sticky_wrapper.getBoundingClientRect().top;
if(current_position {
gtag(‘event’, ‘recirculation_viewable’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_up’,
});
}
})

document.querySelectorAll(“.body .recirculation-module-wrap.first_recirculation a”).forEach(link => {
link.addEventListener(“click”, function(e){

if(e.target.href == undefined){
hrefLink = link.closest(‘a’).href
} else {hrefLink = e.target.href};
gtag(‘event’, ‘recirculation_click’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_up’,
‘link_url’: hrefLink
});
})
})

//////////——-/////////////
REBELMOUSE_STDLIB.createElementChangeListener(“.body .recirculation-module-wrap.second_recirculation”, function(){
gtag(‘event’, ‘recirculation_impression’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_down’,
});
});

REBELMOUSE_STDLIB.onElementInViewport({
threshold: 0,
oneTime: true,
selector: ‘.body .recirculation-module-wrap.second_recirculation’ ,
onIntersect: (entry) => {
gtag(‘event’, ‘recirculation_viewable’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_down’,
});
}
})

document.querySelectorAll(“.body .recirculation-module-wrap.second_recirculation a”).forEach(link => {
link.addEventListener(“click”, function(e){

if(e.target.href == undefined){
hrefLink = link.closest(‘a’).href
} else {hrefLink = e.target.href};
gtag(‘event’, ‘recirculation_click’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_down’,
‘link_url’: hrefLink
});
})
})

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

let widgetSection = document.querySelectorAll(“.sidebar .image-on-left .widget__section”)

widgetSection.forEach( section => {
if(section.innerText.toLowerCase().includes(“sponsored”)){
section.classList.add(“sponsored”)
}
})

let emptyWidgets = document.querySelectorAll(“.image-on-left:has(.posts-wrapper:empty)”)

emptyWidgets.forEach( widget => widget.remove())

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

const newsletter_placeholder = document.querySelector(“.newsletter-aside”);
if(newsletter_placeholder){
addElementAfterParagraphs(newsletter_placeholder, 4);
newsletter_placeholder.classList.remove(‘hidden’)
}

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

REBELMOUSE_STDLIB.createElementChangeListener(“.more-posts .main-column > .load-more-scroll-wrapper .likeable:last-of-type”, function(wrapper){
const sponsoredPost = document.querySelector(‘.more-posts .removable-sponsored-wrapper’);
if(sponsoredPost){
wrapper.insertAdjacentElement(‘beforebegin’, sponsoredPost.querySelector(‘.likeable:last-child’));
wrapper.insertAdjacentElement(‘beforebegin’, sponsoredPost.querySelector(‘.likeable:first-child’));
sponsoredPost.remove();

}
})

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

let widgetSection = document.querySelectorAll(“.sidebar .image-on-left .widget__section”)

widgetSection.forEach( section => {
if(section.innerText.toLowerCase().includes(“sponsored”)){
section.classList.add(“sponsored”)
}
})

let emptyWidgets = document.querySelectorAll(“.image-on-left:has(.posts-wrapper:empty)”)

emptyWidgets.forEach( widget => widget.remove())

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

window.REBELMOUSE_STDLIB.onElementInViewport({
selector: “.tag-sponsored, [data-category=’Sponsored’]”,
threshold: 10,
oneTime: false,
onAboveViewport: function (element) {
console.log(“I am above View port”);
if(document.querySelector(“.exco-loader .pbs__player”) != null) {
if(window.innerWidth > 768){
document.querySelector(“.exco-loader .pbs__player”).style.display = “block”;
}
}

},
onBellowViewport: function(element) {
console.log(“I am below View port”);

},
onIntersect: function (entry) {
console.log(“sponsored post in view”);
if(document.querySelector(“.exco-loader .pbs__player”) != null) {
if(window.innerWidth > 768){
document.querySelector(“.exco-loader .pbs__player”).style.display = “none”;
}
}
var widget = entry.target;
/* var row = widget.closest(‘.row’)
if (row != null) {
var outbrain = row.querySelector(‘.outbrain-wrap’);
/*if (outbrain) {
outbrain.classList.add(“hidden”);
}
}*/

}
});

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

REBELMOUSE_STDLIB.createElementChangeListener(‘.ams-sticky-close’, function(closeBtn){
console.log(“TARGET”, closeBtn)
closeBtn.addEventListener(“click”, function(){
closeBtn.parentElement.remove()
})
})

});

window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){

function measureElement(entry){
var article = entry.target;
if(article.offsetHeight){
article.style.containIntrinsicSize = article.offsetHeight+”px”;
article.classList.add(“post-measured”);
}
}

/*window.REBELMOUSE_STDLIB.onElementInViewport({
selector: “.post-splash-custom,.posts-custom”,
rootMargin: “-100px 0px -100px 0px”,
onNonIntersect: measureElement,
onIntersect: measureElement
});*/

});

Source link

Post Views: 12
  • diy connectz

Post navigation

Previous
Next

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related posts

DIY Connectz

10 HIGH-END Dollar Tree DIYs Using Bamboo Cutting Boards That Look EXPENSIVE

06/18/2026

Who knew a simple Dollar Tree bamboo cutting board could be transformed into stunning high-end home decor? In today’s Dollar … source

DIY Connectz

The genius way I used DOLLAR TREE peel & stick wallpaper

06/16/2026

Transform your space on a budget with Dollar Tree’s peel & stick wallpaper! In this DIY video, I’ll show you how to easily upgrade … source

DIY Connectz

【単管パイプ】ガレージ収納の正解。巨大棚をDIY! 【22歳で仕事辞めて家買った#67】

06/14/2026

安くて強くて拡張も簡単。単管パイプ収納はやっぱり最強でした! これで長かったガレージいじりは一旦ストップして、 … source

© 2026 Internet Connectz. All rights reserved

We use cookies to ensure you get the best experience on our website.