nixos/jaci/dotfiles/colors.txt

25 lines
505 B
Plaintext
Raw Normal View History

2024-01-27 12:34:48 -07:00
# Colors
Celadon - #B0F2B4
Celeste - #BAF2E9
Thistle - #DFC2F2
English Violet - #51344D
Indian Red - #C97064
Black Olive - #1F271B - Black, Font
Egg Shell - #F8F1DD - White, Font
## Coolors Link
[here](https://coolors.co/b0f2b4-dfc2f2-baf2e9-51344d-c97064)
## CSS
```css
@define-color celadon #b0f2b4
@define-color celeste #baf2e9
@define-color thistle #dfc2f2
@define-color english_violet #51344d
@define-color indian_red #c97064
@define-color black_olive #1f271b
@define-color egg_shell #f8f1dd
```