YuezhenQin / responsive-web-design

1 stars 0 forks source link

color palette #1

Open YuezhenQin opened 4 months ago

YuezhenQin commented 4 months ago

white: #F5F6F7 style { --black: #272727; --white: #ffffff; --grey900: #3d3d3d; --grey800: #525252; --grey700: #686868; --grey600: #7d7d7d; --grey500: #939393; --grey400: #a9a9a9; --grey300: #bebebe; --grey200: #d4d4d4; --grey100: #e9e9e9; --green: #59E47F; }

AISEC

Azure Radiance: #037ef3 Orange Soda: #f85a40 Shamrock: #30c39e Blue Chill: #0a8ea0 Carrot Orange: #f48924 Abbey: #52565e Ghost: #caccd1 Athens Gray: #f3f4f7

YuezhenQin commented 4 months ago

GitHub's UI offers two color modes, light and dark. Primer supports both color modes across nine themes.

YuezhenQin commented 4 months ago

[1] https://uicolors.app/create/ [2] https://www.materialpalette.com/ [3] https://abc.useallfive.com/ https://primer.style/foundations/color/overview

YuezhenQin commented 4 months ago

Use the transform property on the .one selector to rotate it counter clockwise by 0.6 degrees. transform: rotate(-0.6deg)