2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/site/data/colors.yml
T
Julien Déramond a8ab19955b Docs: migration from Hugo to Astro (#41251)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
2025-04-15 18:37:47 +02: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'