Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.59 KB

File metadata and controls

67 lines (45 loc) · 1.59 KB

RixoTech

Your IT partner.

Case Study and Prototypes

COLOR

Our brand colors are:

  • #33318e #33318e
  • #fc9d32 #fc9d32

Primary #33318e | hsla(241, 49, 37, 100)

Primary

Secondary #fc9d32 | hsla(32, 97, 59, 100)

Secondary

Color values should always be used via hsl()


TYPOGRAPHY

We choose 2 fonts for our branding. The fronts are:

  1. Fredoka Fredoka
  2. Roboto Roboto

BREAKPOINTS

/* sm */
@media (min-width: 640px) {
}
/* md */
@media (min-width: 768px) {
}
/* lg */
@media (min-width: 1024px) {
}
/* xl */
@media (min-width: 1280px) {
}
/* 2xl */
@media (min-width: 1536px) {
}

REFERENCE

RESOURCES