0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-14 14:29:30 +01:00
Bootstrap/site/data/colors.yml
Julien Déramond 94e14591d5
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
2025-03-09 20:51:09 +01:00

27 lines
401 B
YAML

- name: blue
hex: '#0d6efd'
- name: indigo
hex: '#6610f2'
- name: purple
hex: '#6f42c1'
- name: pink
hex: '#d63384'
- name: red
hex: '#dc3545'
- name: orange
hex: '#fd7e14'
- name: yellow
hex: '#ffc107'
- name: green
hex: '#198754'
- name: teal
hex: '#20c997'
- name: cyan
hex: '#0dcaf0'
- name: white
hex: '#fff'
- name: gray
hex: '#6c757d'
- name: gray-dark
hex: '#343a40'