Files
hugo-profile/README.md
T
2022-03-03 22:33:40 +05:30

55 lines
1.2 KiB
Markdown

# Hugo Profile
# Navy Variant
#### Demo: [here](./docs/demos/navyVariant/gif.gif)
```yaml
color:
textColor: "#F5F5F5"
secondaryTextColor: "#F5F5F5"
backgroundColor: "#313552"
primaryColor: "#F1E0AC"
secondaryColor: "#30475E"
```
# Blue Variant
#### Demo: [here](./docs/demos/blueVariant/gif.gif)
```yaml
color:
textColor: "#2C3333"
secondaryTextColor: "#F5F5F5"
backgroundColor: "#54BAB9"
primaryColor: "#F0F0F0"
secondaryColor: "#78C2C3"
```
# Red Variant
#### Demo: [here](./docs/demos/redVariant/gif.gif)
```yaml
color:
textColor: "#121212"
secondaryTextColor: "#311D3F"
backgroundColor: "#FF6363"
primaryColor: "#30475E"
secondaryColor: "#F05454"
```
# Green Variant
#### Demo: [here](./docs/demos/greenVariant/gif.gif)
```yaml
color:
textColor: "#161616"
secondaryTextColor: "#311D3F"
backgroundColor: "#34BE82"
primaryColor: "#194350"
secondaryColor: "#2FDD92"
```
# Pink Variant
#### Demo: [here](./docs/demos/pinkVariant/gif.gif)
```yaml
color:
textColor: "#D1D1D1"
secondaryTextColor: "#C1A3A3"
backgroundColor: "#470D21"
primaryColor: "#F3F0D7"
secondaryColor: "#781D42"
```