<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Claudia Wu.</title>
    <description>The latest articles on Forem by Claudia Wu. (@claudiawu_).</description>
    <link>https://forem.com/claudiawu_</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F392279%2F49c2e3b2-cf7e-4fbd-a3d0-2830cea62bcf.jpg</url>
      <title>Forem: Claudia Wu.</title>
      <link>https://forem.com/claudiawu_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/claudiawu_"/>
    <language>en</language>
    <item>
      <title>Linking Anchors In Standard MarkDown</title>
      <dc:creator>Claudia Wu.</dc:creator>
      <pubDate>Wed, 03 Jun 2020 19:12:49 +0000</pubDate>
      <link>https://forem.com/claudiawu_/anchor-links-in-standard-markdown-48ck</link>
      <guid>https://forem.com/claudiawu_/anchor-links-in-standard-markdown-48ck</guid>
      <description>&lt;p&gt;Dev.to uses standard markdown. Define an anchor you want to link to &lt;strong&gt;right before&lt;/strong&gt; the line you want to refer:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;a name="anchor-name-1"&amp;gt;&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;and place your link:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[link text](#anchor-name-1)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;If you want to link to a remote url you can also do this:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[link text](https://[...]#anchor-name-1)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Try it yourself 😉&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[Try it yourself](#try-yourself) 😉
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
&amp;lt;a name="try-yourself"&amp;gt;&amp;lt;/a&amp;gt;
# If you got here it worked! 🤪
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  If you got here it worked! 🤪
&lt;/h1&gt;

&lt;p&gt;.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;/p&gt;

&lt;h2&gt;
  
  
  Any ideas or feedback?
&lt;/h2&gt;

&lt;p&gt;I would like to know your thoughts and experience related to this topic. &lt;/p&gt;

&lt;p&gt;Do you like this article? &lt;strong&gt;&lt;a href="https://twitter.com/ClaudiaWu_"&gt;Follow me on Twitter&lt;/a&gt;&lt;/strong&gt; and don’t miss any future posts.&lt;/p&gt;

</description>
      <category>todayilearned</category>
      <category>writing</category>
    </item>
    <item>
      <title>Build Your Individual Color Palette In 3 Easy Steps</title>
      <dc:creator>Claudia Wu.</dc:creator>
      <pubDate>Tue, 02 Jun 2020 10:05:19 +0000</pubDate>
      <link>https://forem.com/claudiawu_/build-your-individual-color-palette-in-3-easy-steps-42ga</link>
      <guid>https://forem.com/claudiawu_/build-your-individual-color-palette-in-3-easy-steps-42ga</guid>
      <description>&lt;p&gt;Colors determine the emotions of your viewers. Choosing the right color scheme can lead a customer to stay at your website and buy your product. However, if you are new to webdesign the color decision can be difficult. In this article I will show you how to find your color scheme in 3 easy steps.&lt;/p&gt;

&lt;h1&gt;
  
  
  1. Trigger The Right Feelings
&lt;/h1&gt;

&lt;p&gt;Think about the emotions you want to trigger when a viewer enters your website. &lt;strong&gt;Pick the first and second rank of color names that fit the desired feelings the most.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Note: If there is a first color specified (e.g. in a given logo), use this one as your first choice and pick the best fit of the list as your second rank.&lt;/p&gt;

&lt;p&gt;Second Note: If you already have a website and want to rework the design, I recommend to maintain the main color of the old design, because your viewers very likely identify your website by it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The following psychological and emotional effects of colors come from &lt;a href="http://www.colour-affects.co.uk/psychological-properties-of-colours" rel="noopener noreferrer"&gt;color-effects.co.uk&lt;/a&gt; and &lt;a href="http://www.arttherapyblog.com/online/color-psychology-psychologica-effects-of-colors/#.XtEdbWgzaUk" rel="noopener noreferrer"&gt;arttherapyblog.com&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnquob5totrrxmxlyq8w8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnquob5totrrxmxlyq8w8.png" alt="WHITE"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
purity | innocence | cleanliness | sense of space | neutrality | hygiene | sterility | clarity | simplicity | sophistication | efficiency&lt;br&gt;
➖ &lt;br&gt;
mourning (in some cultures/societies) | sterility | coldness | barriers | unfriendliness | elitism&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2For44myxbq2omqfy40l45.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2For44myxbq2omqfy40l45.png" alt="GREY"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕&lt;br&gt;
neutral | timeless | practical | psychological neutrality&lt;br&gt;
➖&lt;br&gt;
lack of confidence | dampness | depression | hibernation | lack of energy&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fk1xgyd1smyhxjydrrrdg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fk1xgyd1smyhxjydrrrdg.png" alt="BLACK"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
power | strength | intelligence | thinning/slimming | sophistication | glamour | security | emotional safety | efficiency | substance&lt;br&gt;
➖ &lt;br&gt;
authority | evil | death or mourning | oppression | coldness | menace | heaviness&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5y90n2rikfat2lmpas2b.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5y90n2rikfat2lmpas2b.PNG" alt="RED"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
love | romance | gentle | warmth | comfort | energy | excitement | intensity | life | physical courage | strength | basic survival | "fight or flight" | stimulation | masculinity&lt;br&gt;
➖ &lt;br&gt;
blood | defiance | aggression | visual impact | strain&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ftfgp3xa536h7o3c4cr5d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ftfgp3xa536h7o3c4cr5d.png" alt="ORANGE"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
happy | energetic | excitement | enthusiasm | warmth | wealth prosperity | sophistication | change | stimulation | physical comfort | food | security | sensuality | passion | abundance | fun&lt;br&gt;
➖ &lt;br&gt;
deprivation | frustration | frivolity | immaturity&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fbojc1amtn0i0z5ldcxko.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fbojc1amtn0i0z5ldcxko.png" alt="YELLOW"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
happiness | laughter | cheery | warmth | optimism | intensity | attention-getting | confidence | self-esteem | extraversion | emotional strength | friendliness | creativity&lt;br&gt;
➖ &lt;br&gt;
hunger | frustration | anger | irrationality | fear | emotional fragility | depression | anxiety | suicide&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fknvyao7dcoluygsucfsu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fknvyao7dcoluygsucfsu.png" alt="GREEN"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
natural | cool | growth | money | health | tranquility | harmony | calmness | fertility | balance | refreshment | universal love | rest | restoration | reassurance | environmental awareness | equilibrium | peace&lt;br&gt;
➖ &lt;br&gt;
envy | boredom | stagnation | blandness | enervation&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3cvy3a0yusn07yktckup.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3cvy3a0yusn07yktckup.png" alt="BLUE"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
calmness | serenity | wisdom | loyalty | truth | focused | intelligence | communication | trust | efficiency | duty | logic | coolness | reflection&lt;br&gt;
➖ &lt;br&gt;
cold | uncaring | aloofness | lack of emotion | unappetizing | unfriendliness&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fe3uqayb9oy4ld1zn08o4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fe3uqayb9oy4ld1zn08o4.png" alt="VIOLET"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
royalty | wealth | sophistication | wisdom | exotic | spiritual | prosperity | respect | mystery | containment | vision | luxury | authenticity | truth | quality&lt;br&gt;
➖ &lt;br&gt;
introversion | decadence | suppression | inferiority&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3920my18yr3fn9p1c4bz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3920my18yr3fn9p1c4bz.png" alt="PINK"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
romance | love | gentle | calming | physical tranquillity | nurture | warmth | femininity | sexuality | survival of the species&lt;br&gt;
➖ &lt;br&gt;
agitation | inhibition | emotional claustrophobia | emasculation | physical weakness&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqs637fkpx37c9qsqd493.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqs637fkpx37c9qsqd493.png" alt="BROWN"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;➕ &lt;br&gt;
reliability | stability | friendship | warmth | comfort | security | natural | organic | seriousness | earthiness | support&lt;br&gt;
➖&lt;br&gt;
sadness | mourning (in some cultures/societies) | lack of humour | heaviness | lack of sophistication&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Examples
&lt;/h2&gt;

&lt;p&gt;If your website is about summer vacations you probably want warm and bright feelings. I suggest choosing yellow or orange as the primary color and brown as the accent color.&lt;/p&gt;

&lt;p&gt;If you sell sports products you need trust of your customers. Leading social media platforms mainly use the color blue in their designs for the same reason. The sports topic matches perfectly with the accent color orange or red (powerfull).&lt;/p&gt;

&lt;p&gt;A website about gardening tips could use green and brown to express naturality, earthyness and environmental awareness.&lt;/p&gt;

&lt;p&gt;First step: ✔&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  2. Find Your Main Colors
&lt;/h1&gt;

&lt;p&gt;Now you know the names of the colors that attract your viewers. The main colors are the basis of your color palette and consist of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;primary (the color that is used for most elements)&lt;/li&gt;
&lt;li&gt;accent (a smooth contrast to your primary-color)&lt;/li&gt;
&lt;li&gt;warn (a signal color that alarms the viewer in case of an error)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your warn color should be red or red-related (pink or orange). Your task now is to &lt;strong&gt;find a primary, accent (dependent on the two colors from step one) and a warn color that fit all together.&lt;/strong&gt; Write down the color codes.&lt;/p&gt;

&lt;p&gt;You have two options to find your color codes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;browse thousands of handpicked palettes at &lt;a href="https://colorhunt.co/" rel="noopener noreferrer"&gt;https://colorhunt.co/&lt;/a&gt;. Filter the palettes by the color names you picked in step one and choose the palette you like the most.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fky593aizohabyrc7mi2k.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fky593aizohabyrc7mi2k.JPG" alt="colorhunt demo"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;or get a customized color palette here: &lt;a href="http://colormind.io/bootstrap/" rel="noopener noreferrer"&gt;http://colormind.io/bootstrap/&lt;/a&gt;. Click the generate button to generate a new color palette and click on the lock icon if you found one of the color names from step one and you like the color. Scroll down to see how it looks like when applied to elements.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fwwaq6p5xovp52shuvoid.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fwwaq6p5xovp52shuvoid.gif" alt="colormind demo"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Examples
&lt;/h2&gt;

&lt;p&gt;The following color palettes consist of:&lt;br&gt;
[primary color][accent color][warn color]&lt;/p&gt;

&lt;p&gt;The website about summer vacations could use these main colors:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Flmqtczoss0ocoxqvhmoj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Flmqtczoss0ocoxqvhmoj.png" alt="summer vacation palette"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frvbto3jd0skak1y8kyol.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frvbto3jd0skak1y8kyol.png" alt="summer vacation palette"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The website about sports products could use these palettes:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1egod9pvbzueccu1r1r5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1egod9pvbzueccu1r1r5.png" alt="sports products palette"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fp4bnh9buhoybqxjqy0i7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fp4bnh9buhoybqxjqy0i7.png" alt="sports products palette"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Second step: ✔&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  3. Build Up Your Color Palette
&lt;/h1&gt;

&lt;p&gt;Now you need some more shades of your colors. A white background and black text is actually implemented very often but it is never a good choice. Black and white don't exist in nature nor in your surroundings. &lt;strong&gt;Neither choose absolutely black or white in your color palette.&lt;/strong&gt; Instead, pick a very dark or very light shade of your main color that is almost black or white. You will notice that it looks like actual black or white but more pleasant.&lt;/p&gt;

&lt;p&gt;Your color palette should at least consist of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;primary (font-light - light - main - dark - font-dark)&lt;/li&gt;
&lt;li&gt;accent (font-light - light - main - dark - font-dark)&lt;/li&gt;
&lt;li&gt;warn&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Your task now is to find your shades of the primary and accent color.&lt;/strong&gt; Just inherit the warn color from step two.&lt;/p&gt;

&lt;p&gt;Visit &lt;a href="https://convertingcolors.com/" rel="noopener noreferrer"&gt;https://convertingcolors.com/&lt;/a&gt;, pick a bright, dark and light shade of your primary color and wright down the color codes. Then pick a very dark and very light shade of your primary color for your font (for best results, pick the darkest and the lighest color that is not absolutely black (#000000) or absolutely white (#FFFFFF)) and write it down. Repeat this step for your accent color.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frr56q965wlnrzkgjcdbf.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Frr56q965wlnrzkgjcdbf.gif" alt="converting colors demo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Note: It is not always a good idea to simply pick a lighter and darker shade of exactly the same color. If you see a lack of e.g. blue in your darker shade, add some more blue.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you want to apply your color palette on the material theme (or a similar framework) you can test it on &lt;a href="https://in-your-saas.github.io/material-ui-theme-editor/" rel="noopener noreferrer"&gt;https://in-your-saas.github.io/material-ui-theme-editor/&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Examples
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fre5k0e0qqechpz1vrtd1.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fre5k0e0qqechpz1vrtd1.JPG" alt="sample color palette"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a final example of a color palette for e.g. a sports products website. The color accent-dark is a little more red than the rest of the accent colors.&lt;/p&gt;

&lt;p&gt;Third step: ✔&lt;/p&gt;

&lt;h1&gt;
  
  
  What's Next?
&lt;/h1&gt;

&lt;p&gt;Now you can apply these colors in your mockUp. When implementing a webApp you will likely use CSS (or SASS/SCSS/LESS). I recommend putting the color codes into variables and swap these into a separate file. The example in step three uses the syntax for variables of SASS/SCSS. When using the Material framework, you can also &lt;a href="https://material.angular.io/guide/theming" rel="noopener noreferrer"&gt;override the Material Theme&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;After building some elements on my new website I usually make a few corrections in my color palette, because only after seeing the colors in the final design I can decide if e.g. the accent color is bright or the contrast between my primary and accent color is high enough.&lt;/p&gt;

&lt;p&gt;I hope you enjoyed this article. Thanks for reading!&lt;/p&gt;

&lt;h2&gt;
  
  
  Any ideas or feedback?
&lt;/h2&gt;

&lt;p&gt;I would like to know your thoughts and experience related to this topic. &lt;/p&gt;

&lt;p&gt;Do you like this article? &lt;strong&gt;&lt;a href="https://twitter.com/ClaudiaWu_" rel="noopener noreferrer"&gt;Follow me on Twitter&lt;/a&gt;&lt;/strong&gt; and don’t miss any future posts.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>design</category>
      <category>css</category>
    </item>
    <item>
      <title>Why you have to change your approach to UX as a programmer</title>
      <dc:creator>Claudia Wu.</dc:creator>
      <pubDate>Thu, 21 May 2020 21:15:58 +0000</pubDate>
      <link>https://forem.com/claudiawu_/why-you-have-to-change-your-approach-to-ux-as-a-programmer-1ce8</link>
      <guid>https://forem.com/claudiawu_/why-you-have-to-change-your-approach-to-ux-as-a-programmer-1ce8</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1OZPQbrQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/max/700/0%2AD4h98_RlXYGUXKS3" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1OZPQbrQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/max/700/0%2AD4h98_RlXYGUXKS3" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Photo by &lt;a href="https://unsplash.com/@bugsster"&gt;Taras Shypka&lt;/a&gt; on &lt;a href="https://unsplash.com/"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every time a human wants to interact with a computer, one need some kind of software that provides a user interface. This concerns desktop software, native mobile applications and websites. Information and content is visually processed in order to become legible and intelligible to the user. The average user has no idea about data and functions behind the scenes. Thus the only interface between him and the software features is the graphical user interface.&lt;/p&gt;

&lt;h1&gt;
  
  
  Importance of User Interface Design
&lt;/h1&gt;

&lt;p&gt;User Interface (UI) and User Experience (UX) are currently popular buzzwords in the field of frontend development. The User Experience Design defines improvements of the overall user experience while interacting with the Software, e.g. number of clicks from the start page to the target action or the simplicity and clarity of the navigation. The User Interface Design focuses on the presentation and interactivity of the application , e.g. branding and fanciness. There is a fluent transition between the two — one can not work without the other.&lt;/p&gt;

&lt;p&gt;If you want as many users as possible to use your application, you have to think about UI / UX Design. &lt;a href="https://medium.com/@thinkwik?source=post_page-----773eae38436e----------------------"&gt;Thinkwik&lt;/a&gt; summerized the importance of UI/UX Design perfectly in his &lt;a href="https://medium.com/@thinkwik/do-you-know-the-importance-of-ui-ux-development-773eae38436e"&gt;blog post&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The primary goal of any business is to increase its sales and increase the growth of the business. UX/UI Design plays an essential role in achieving this goal. The UX/UI Design of the application improves the user experience and customer satisfaction that ultimately helps increase the number of users of the specific application.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Reality of UI / UX Design
&lt;/h1&gt;

&lt;p&gt;The ideal frontend team consists of programmers who mainly deal with functionality and communication with other systems, one or more UI Designers, one or more UX Designers and some stakeholders and users — depending on the project they are working on. If your team looks like this, you are doing well. Unfortunately frontend teams are not always composed like this. Sometimes there are no UI / UX Designers, sometimes the project is very small and so is the team, sometimes the UI Design is provided by an external agency or the customer thinks he doesn’t need a designer. The minimal team usually consists of at least one or more programmers. Thus the programmers learn how to develop a good user experience — or they don’t and the final product looks and feels like a website in the 1990's.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience
&lt;/h2&gt;

&lt;p&gt;I joined the minimal type of team several times. Me and my team mates implemented design details we liked most and I noticed that the UI / UX Designs of the final products felt not bad nor good. Interacting with the application felt uncomfortable. None of us could tell why because everything was logically structured. None of us ever dealt with visual design. We all developed tunnel vision.&lt;/p&gt;

&lt;p&gt;I began to research extensively about designing user interfaces. I searched for logically comprehensible rules that I can simply implement in the existing project. I hoped to find 2 to 3 very small modifications that make all the difference. Instead I found about 20 heuristics I had to translate into specific changes. Most of the resulting changes felt counterintuitive to us whereas the users liked it. However the improvement wasn’t big enough and I wanted to know why my experience differs so much from the user’s one.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Method
&lt;/h2&gt;

&lt;p&gt;Whenever I face problems that seem intractable I put on my earphones, turn up the music and move the brain in a relaxed state of concentration. After a few minutes I return to my issue and can see the problem from a new perspective. So I applied this method on testing the user interface. Slowly I got an idea about the downside of being a programmer: The brain always asserts against the intuition. With loud music in my ears I suddenly noted the unintuitive frontend design. Besides, I developed some ideas about improving some design details for the first time.&lt;/p&gt;

&lt;h1&gt;
  
  
  Brain vs. Intuition
&lt;/h1&gt;

&lt;p&gt;Every time a stimulus reaches the brain the same process is triggered: First it checks some reflexes and intuition. The brain takes for example a split second to decide if the stimulus is life-threatening. Afterwards it starts processing the stimulus on a logical level. Therefor the brain uses acquired knowledge.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--I53vHPcz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/max/500/0%2AYrouOm0mpOIzhY6x" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--I53vHPcz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/max/500/0%2AYrouOm0mpOIzhY6x" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Photo by &lt;a href="https://unsplash.com/@createria"&gt;Createria&lt;/a&gt; on &lt;a href="https://unsplash.com/"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Similar things happen when a user discovers a screen with his eyes: First it scans the user interface for colors and areas or icons it is familiar with and triggers some hardly noticeable feelings like “&lt;em&gt;there is an important thing in the top right corner&lt;/em&gt;” (maybe a call-to-action button?), “&lt;em&gt;there is something dangerous on the left&lt;/em&gt;” (a colorful ad?), “&lt;em&gt;the page feels cool&lt;/em&gt;” (the main color could be blue) or “&lt;em&gt;this element feels pretty familiar&lt;/em&gt;” (whatsapp, telephone or download icon?). Now the brain begins analysing and interpreting texts, borders, graphics and everything the intuition could not completely match. You realize that the borders you see optically separate content and the numbers after a phone icon are a phone number. The heading tells you that the page is about scientific articles.&lt;/p&gt;

&lt;p&gt;The phone icon fits perfectly well with a phone number. The blue color scheme prepared you to the scientific articles topic. You do understand the content very quickly because your intuition noticed important details before. Or it didn’t — then your mind has to work harder and you feel increasingly annoyed.&lt;/p&gt;

&lt;h2&gt;
  
  
  The brain of a programmer
&lt;/h2&gt;

&lt;p&gt;Programmers usually always think logically during their work hours. We develop algorithms, deal with big data, implement interfaces for network communication etc. Our brains don’t get a real chance to rest while working. This means that we analyse and interpret content much faster than the average consumer. We kind of skip intuition. And someone who skips intuition doesn’t consider a phone icon near a phone number nor using different stylings for different content. Adding styles, icons, graphics etc. feels over the top.&lt;/p&gt;

&lt;p&gt;The good news: You can bring back your intuition by slowing down your mind activity. Develop your own method to get into a relaxed state. However it is tricky to get ideas to improve design details, even if you notice that something feels uncomfortable. You have to gain experience over time to master developing UI / UX design.&lt;/p&gt;

&lt;p&gt;By the way: Creativity happens when you don’t think anything e.g. while taking a shower or watch raindrops running over a window. You can read more at &lt;a href="https://open.buffer.com/shower-thoughts-science-of-creativity/"&gt;Why We Have Our Best Ideas in the Shower: The Science of Creativity&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  Any ideas or feedback?
&lt;/h1&gt;

&lt;p&gt;I would like to know your thoughts and experience related to this topic. Please also leave your job title.&lt;/p&gt;

&lt;p&gt;Do you like this post? &lt;strong&gt;&lt;a href="https://twitter.com/ClaudiaWu_"&gt;Follow me on Twitter&lt;/a&gt;&lt;/strong&gt; and don’t miss any future posts.&lt;/p&gt;

</description>
      <category>ux</category>
      <category>frontend</category>
      <category>ui</category>
      <category>design</category>
    </item>
  </channel>
</rss>
