Sunset

Warm oranges and pinks of the golden hour

CSS Variables

Copy this into your stylesheet

:root {
  --color-1: #FF6B35;
  --color-2: #F7931E;
  --color-3: #FFD23F;
  --color-4: #FF4B6B;
  --color-5: #C1121F;
}