HTML COLORS 52

 

Shopify Login
-------------------------------------------------------------------------------------------------------------------
HTML COLORS 52
https://www.w3.org/wiki/CSS/Properties/color/keywords
https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
-------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html>
<!-- https://www.w3schools.com/tags/ref_colornames.asp -->
<html>
<body>
<h1 style="background-color:Tomato;">Tomato1</h1>
<h1 style="background-color:Orange;">Orange2</h1>
<h1 style="background-color:DodgerBlue;">DodgerBlue3</h1>
<h1 style="background-color:MediumSeaGreen;">MediumSeaGreen4</h1>
<h1 style="background-color:Gray;">Gray5</h1>
<h1 style="background-color:SlateBlue;">SlateBlue6</h1>
<h1 style="background-color:Violet;">Violet7</h1>
<h1 style="background-color:LightGray;">LightGray8</h1>
<h1 style="background-color:AliceBlue;">AliceBlue9</h1>
<h1 style="background-color:Aquamarine;">Aquamarine10</h1>
<h1 style="background-color:Red;">Red11</h1>
<h1 style="background-color:Blue;">Blue12</h1>
<h1 style="background-color:BurlyWood;">BurlyWood13</h1>
<h1 style="background-color:Chocolate;">Chocolate14</h1>
<h1 style="background-color:Cornsilk;">Cornsilk15</h1>
<h1 style="background-color:Olive;">Olive16</h1>
<h1 style="background-color:DarkGray;">DarkGray17</h1>
<h1 style="background-color:DarkKhaki;">DarkKhaki18</h1>
<h1 style="background-color:Turquoise;">Turquoise19</h1>
<h1 style="background-color:DarkSalmon;">DarkSalmon20</h1>
<h1 style="background-color:DarkViolet;">DarkViolet21</h1>
<h1 style="background-color:SpringGreen;">SpringGreen22</h1>
<h1 style="background-color:Fuchsia;">Fuchsia23</h1>
<h1 style="background-color:Gold;">Gold24</h1>
<h1 style="background-color:Lime;">Lime25</h1>
<h1 style="background-color:MediumAquaMarine">MediumAquaMarine26</h1>
</body>
</html>
-------------------------------------------------------------------------------------------------------------------

Comments

Popular posts from this blog

ADD AUTOCOMPLETE SEARCH BOX IN SHOPIFY DEBUT THEME 5️⃣