1.2.0 • Published 4 years ago

@decomoji/colors v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

decomoji-colors

12 color code of decomoji.

chipnameHEXRGBHSL
tomatotomatodd3b40221,59,64358,86,59
chocolatechocolatec05b2c192,91,4419,63,46
goldgold9f7e00159,126,048,100,31
oliveolive688200104,130,072,100,25
forestforest008c220,140,34135,100,27
tealteal0087800,135,128177,100,26
ceruleancerulean0081b10,129,177196,100,35
denimdenim477f9b71,127,155200,37,44
danubedanube5d79aa93,121,170218,31,52
lavenderlavendera156d2161,86,210276,58,58
azaleaazalead43892212,56,146325,64,53
coralcorala36969163,105,1050,24,53

Code

HEX

#dd3b40 // tomato
#c05b2c // chocolate
#9f7e00 // gold
#688200 // olive
#008c22 // forest
#008780 // teal
#0081b1 // cerulean
#477f9b // denim
#5d79aa // danube
#a156d2 // lavender
#d43892 // azalea
#a36969 // coral

RGB

rgb(221, 59, 64)   // tomato
rgb(192, 91, 44)   // chocolate
rgb(159, 126, 0)   // gold
rgb(104, 130, 0)   // olive
rgb(0, 140, 34)    // forest
rgb(0, 135, 128)   // teal
rgb(0, 129, 177)   // cerulean
rgb(71, 127, 155)  // denim
rgb(93, 121, 170)  // danube
rgb(161, 86, 210)  // lavender
rgb(212, 56, 146)  // azalea
rgb(163, 105, 105) // coral

HSL

hsl(358, 86, 59)  // tomato
hsl(19, 63, 46)   // chocolate
hsl(48, 100, 31)  // gold
hsl(72, 100, 25)  // olive
hsl(135, 100, 27) // forest
hsl(177, 100, 26) // teal
hsl(196, 100, 35) // cerulean
hsl(200, 37, 44)  // denim
hsl(218, 31, 52)  // danube
hsl(276, 58, 58)  // lavender
hsl(325, 64, 53)  // azalea
hsl(0, 24, 53)    // coral

Files

License

Copyright (c) oti. Under the MIT License.