Themes
Take full control of all the colors
Coretrek
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #000000 |
| Background | transparent |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #ffffff |
| Background | #ca123c |
| Border | #ca123c |
| Primary button hover | |
| Foreground | #ffffff |
| Background | hsl(346,3, 84%, 40%) |
| Border | #ca123c |
| Secondary button | |
|---|---|
| Foreground | #ca123c |
| Background | transparent |
| Border | #ca123c |
| Secondary button hover | |
| Foreground | #ca123c |
| Background | transparent |
| Border | #ca123c |
| Link button | |
|---|---|
| Link color | #ca123c |
| Link button hover | |
| Link hover color | hsl(346,3, 84%, 40%) |
| Implementation |
<div class="theme coretrek"></div>
|
Coretrek dark
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #ffffff |
| Background | #ca123c |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #ffffff |
| Background | #ca123c |
| Border | #ffffff |
| Primary button hover | |
| Foreground | #ffffff |
| Background | hsl(346,3, 84%, 40%) |
| Border | #ffffff |
| Secondary button | |
|---|---|
| Foreground | #ca123c |
| Background | #ffffff |
| Border | #ffffff |
| Secondary button hover | |
| Foreground | #ca123c |
| Background | hsl(0, 0%, 85%) |
| Border | #ffffff |
| Link button | |
|---|---|
| Link color | #ffffff |
| Link button hover | |
| Link hover color | hsl(0, 0%, 85%) |
| Implementation |
<div class="theme coretrek-dark"></div>
|
Coretrek light
This is the body text of the theme.
This is the accent color of the theme.
| Base | |
|---|---|
| Foreground | #ca123c |
| Background | #fff4e5 |
| Accent | currentColor |
| Border | transparent |
| Primary button | |
|---|---|
| Foreground | #ffffff |
| Background | #ca123c |
| Border | #ffffff |
| Primary button hover | |
| Foreground | #ffffff |
| Background | hsl(346,3, 84%, 40%) |
| Border | #ffffff |
| Secondary button | |
|---|---|
| Foreground | #ca123c |
| Background | #ffffff |
| Border | #ffffff |
| Secondary button hover | |
| Foreground | #ca123c |
| Background | hsl(0, 0%, 85%) |
| Border | #ffffff |
| Link button | |
|---|---|
| Link color | #ffffff |
| Link button hover | |
| Link hover color | hsl(0, 0%, 85%) |
| Implementation |
<div class="theme coretrek-light"></div>
|