Element/Attribute | Formatted Tag | Description |
---|---|---|
Color Name Keywords | color: ... ; |
|
rgb Colors | colors: rgb(..., ..., ...); |
|
Hexadecimal Colors | color: #...... ; |
|
HSL Colors | color: hsl(..., ...%, ...%) ; |
|
Alpha Values | color: rgba(..., ..., ..., ...) ; color: hsla(..., ...%, ...%, ...) ; |
|