GithubHelp home page GithubHelp logo

css-fem's Introduction

Getting Started with CSS

Plain CSS Practice from Frontend Masters course

References

Choices

Color Palette

From Adobe Color / Martin Ehrlich

/* Color Theme Swatches in Hex */
.Hyperframe-Interactive-Experience-1-hex { color: #CCF244; }
.Hyperframe-Interactive-Experience-2-hex { color: #818C2B; }
.Hyperframe-Interactive-Experience-3-hex { color: #52591D; }
.Hyperframe-Interactive-Experience-4-hex { color: #EDF250; }
.Hyperframe-Interactive-Experience-5-hex { color: #0D0D0D; }

/* Color Theme Swatches in RGBA */
.Hyperframe-Interactive-Experience-1-rgba { color: rgba(204, 242, 67, 1); }
.Hyperframe-Interactive-Experience-2-rgba { color: rgba(128, 140, 43, 1); }
.Hyperframe-Interactive-Experience-3-rgba { color: rgba(82, 89, 29, 1); }
.Hyperframe-Interactive-Experience-4-rgba { color: rgba(236, 242, 79, 1); }
.Hyperframe-Interactive-Experience-5-rgba { color: rgba(12, 12, 12, 1); }

/* Color Theme Swatches in HSLA */
.Hyperframe-Interactive-Experience-1-hsla { color: hsla(73, 87, 60, 1); }
.Hyperframe-Interactive-Experience-2-hsla { color: hsla(67, 52, 36, 1); }
.Hyperframe-Interactive-Experience-3-hsla { color: hsla(67, 50, 23, 1); }
.Hyperframe-Interactive-Experience-4-hsla { color: hsla(61, 86, 63, 1); }
.Hyperframe-Interactive-Experience-5-hsla { color: hsla(0, 0, 5, 1); }

Fonts

Generated by FontPair

css-fem's People

Contributors

bytehala avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.