Skip to content

Instantly share code, notes, and snippets.

@e-oz
Created December 2, 2022 11:53
Show Gist options
  • Save e-oz/69d351c879f6743086789140bc956056 to your computer and use it in GitHub Desktop.
Save e-oz/69d351c879f6743086789140bc956056 to your computer and use it in GitHub Desktop.
Viva Magenta - Angular Material Palette
$dark-primary-text: rgba(0, 0, 0, 0.87);
$light-primary-text: rgb(255, 255, 255);
$viva-magenta: (
50 : #f7e5e9,
100 : #ebbec8,
200 : #dd93a4,
300 : #cf6780,
400 : #c54764,
500 : #bb2649,
600 : #b52242,
700 : #ac1c39,
800 : #a41731,
900 : #960d21,
A100 : #ffc5cc,
A200 : #ff929f,
A400 : #ff5f71,
A700 : #ff465b,
contrast: (
50 : $dark-primary-text,
100 : $dark-primary-text,
200 : $light-primary-text,
300 : $light-primary-text,
400 : $light-primary-text,
500 : $light-primary-text,
600 : $light-primary-text,
700 : $light-primary-text,
800 : $light-primary-text,
900 : $light-primary-text,
A100 : $dark-primary-text,
A200 : $dark-primary-text,
A400 : $light-primary-text,
A700 : $light-primary-text,
)
);
@e-oz
Copy link
Author

e-oz commented Dec 2, 2022

$${\color{#BB2649}Pantone's\ color\ of\ the\ year}$$

$${\color{#BB2649}2023}$$

$${\color{#BB2649}Viva\ Magenta}$$

https://www.pantone.com/color-of-the-year-2023

#BB2649
rgb(187, 38, 73)
hsl(346, 66%, 44%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment