<div class="container">
<div class="scroll">
<div class="scroll-content"> <!--content--><h2 class="title">10 Best Home Decor Accounts You Need To Follow On TikTok</h2>
<p>TikTok is the up and coming social media where you can find literally anything you could possibly need. When it comes to design lovers, we’re always looking for new decor tips and design inspiration, and these 10 home decor accounts on TikTok will have you jumping in excitement, trust us!</p>
<p>SEE ALSO: THESE 10 MID-CENTURY FURNITURE PIECES ARE BACK IN STOCK AND YOU NEED THEM IN YOUR LIFE!</p>
The Blush Home
<p>Blush Home will make you feel right at home and extremely cozy. It will provide you with tips on home renovation, interior design ideas, etc, with a Scandi-boho-inspired interior inspiration. You’ll for sure love this account if you love this style.</p>
<img class="img-responsive" src="https://essentialhome.eu/banners_impact/articlebanner/artigo-masquespacio-estatico.jpg" alt="collectionmasquespacio home decor 10 Best Home Decor Accounts You Need To Follow On TikTok artigo masquespacio estatico" title="artigo-masquespacio-estatico artigo-masquespacio-estatico">
The House Acc
<p>If you like DIY projects but you’re looking for ones with a chic twist, this is the account for you! If you follow this account’s tips, you can easily get a designer look in your home in a easy-breezy way.</p>
SH Nordic
<p>Susanna, the editor behind the account, showcases her gorgeous UK home inspired by Nordic style in aesthetically pleasing TikToks you will immediately fall in love with. You might get the inspiration you need for your home or design project right here!</p>
Essential Home
<p>Essential Home is a top furniture brand focused on modern style with a mid-century twist and with a curated selection of handcrafted pieces by Portuguese master artisans that will surely amaze you! The TikTok account shows a little bit about each piece and inspires you to make some home decor changes you won’t regret!</p>
<img loading="lazy" src="https://www.essentialhome.eu/blog/wp-content/uploads/2021/08/Banner-EH-Stock-List-1024x376.jpg" alt="home decor 10 Best Home Decor Accounts You Need To Follow On TikTok Banner EH Stock List 1024x376" class="wp-image-24069" srcset="https://www.essentialhome.eu/blog/wp-content/uploads/2021/08/Banner-EH-Stock-List-1024x376.jpg 1024w, https://www.essentialhome.eu/blog/wp-content/uploads/2021/08/Banner-EH-Stock-List-300x110.jpg 300w, https://www.essentialhome.eu/blog/wp-content/uploads/2021/08/Banner-EH-Stock-List-768x282.jpg 768w, https://www.essentialhome.eu/blog/wp-content/uploads/2021/08/Banner-EH-Stock-List-1536x564.jpg 1536w, https://www.essentialhome.eu/blog/wp-content/uploads/2021/08/Banner-EH-Stock-List-2048x753.jpg 2048w, https://www.essentialhome.eu/blog/wp-content/uploads/2021/08/Banner-EH-Stock-List-640x235.jpg 640w" sizes="(max-width: 1024px) 100vw, 1024px" title="Banner-EH-Stock-List-1024x376 Banner-EH-Stock-List-1024x376">
Lone Fox Home
<p>Drew Scott of Lone Fox Home will help you with inspiration for DIY projects, home renovation and interior design tips if you’re into a more eclectic style. Wondering how to turn a blank cabinet into a rattan dream? He’s here to help you with that!</p>
Editor’s Choice
This House 5000
<p>Get involved in a chic home decor and the right inspiration for a cozy home with This House 5000. The vibes are immaculate and you’ll learn so much from this one account. Trust us, the inspiration is endless!</p>
Emily Rayna
<p>Of course, we couldn’t forget one of TikTok’s most popular interior designers, Emily Shawn. She is known for her incredible DIY projects and being able to completely remodel apartments to utter dreams come true. She has some incredible and easy tips to give to any design lovers, so make sure to give her a follow!</p>
The Orange Home
<p>Take a glimpse at Jessica Bui’s house and get inspired by her countless TikToks that showcase the magic of her interiors. She also shares her tips and tricks for DIY decor that will certainly be beneficial to you!</p>
The Spruce
<p>Tour the homes of top interior designers, learn all the rules of decorating and find clever and simple home hacks to recreate in your space in this incredible TikTok account.</p>
MyDomaine
<p>MyDomaine is a favorite of ours, so we just had to add it to this list! Discover more about design and decor, room ideas, life at home and other inspirational videos that will surely change your life!</p>
<p>READ MORE: THESE MODERN INTERIOR DESIGN IDEAS WILL TAKE YOUR BREATH AWAY</p>
</div>
</div>
<div class="animate">
<div class="animate__body">
</div>
<span class="animate__text">Swipe Up!</span>
</div>
</div>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root {
--color__white: #F5F1ED;
--color__black: #252323;
--color__gray: #70798C;
--color__bone: #DAD2BC;
--color__grullo: #A99985;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
}
.container {
width: 100vw;
min-height: 100vh;
background: var(--color__bone);
display: flex;
justify-content: center;
align-items: center;
positon: relative;
}
.scroll {
width: 40vw;
min-width: 300px;
height: 90vh;
background: var(--color__white);
}
.scroll-content {
width: 100%;
height: 100%;
overflow-y: scroll;
padding: 0 1rem;
}
.scroll-content h1,
.scroll-content h2 {
margin: 1.5rem 0;
line-height: 2rem;
}
.scroll-content p {
margin: 1.5rem 0;
line-height: 1.5rem;
}
.scroll-content img {
max-width: 100%;
}
/* swipe animation */
.animate {
position: fixed;
left: auto;
right: auto;
top: 80vh;
}
.animate__body {
position: relative;
left: 0;
bottom: 0;
width: 32px;
height: 32px;
border-radius: 16px;
background: var(--color__white);
animation: stretch 2s infinite;
animation-timing-function: ease;
animation-iteration-count: 3;
animation-delay: 2s;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
opacity: 0;
}
.animate__body:after {
content: '';
position: absolute;
left: 4px;
top: 4px;
width: 24px;
height: 24px;
border-radius: 50%;
background: var(--color__white);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@keyframes stretch {
0% {height:28px;
opacity: 0.9;}
60% {
height: 68px;
bottom: 70px;
}
70% {
opacity: 0.9;
}
100% {
height: 28px;
bottom: 70px;
opacity: 0;
}
}
.animate__text {
font-weight: bold;
font-size: 1.5rem;
word-break: keep-all;
font-family: Comic Sans MS, Comic Sans, cursive;
position: absolute;
top: -60px;
left: 40px;
text-shadow: 0 2px 3px rgba(0,0,0,0.5);
color: coral;
animation: fade 2s infinite;
animation-iteration-count: 3;
opacity: 0;
animation-delay: 2s;
}
@keyframes fade {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
This Pen doesn't use any external CSS resources.