Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 665 Bytes

color-palette.md

File metadata and controls

36 lines (28 loc) · 665 Bytes
description
Scambi Festival’s colors

🎨 Color Palette

The HEX values below for the colors are placed in a CSS root in order to be readily used.

:root {
  --off-white: #FBFBFB;
  --yellow: #FFF166;
  --peach: #EF7D6E;
  --blue: #233FB9;
  --purple: #69088D;
}

2021

Scambi Festival’s original color palette was born quite randomly by Miranda’s drawing experiments.

:root {
  --white-ish: #F5EAD7;
  --light-blue: #3A83B7;
  --orange: #E2A05A;
  --purple: #69088D;
  --deep-purple: #1B004D;
  --lavanda: #514A9C;
}