Releases: BrightspaceUI/colors
v3.1.3
v3.1.2: Merge pull request #40 from BrightspaceUI/dbatiste/bower-tweaks
Use consistent formatting for Polymer range.
v3.1.1: Merge pull request #38 from BrightspaceUI/dbatiste/repo-cleanup
Daylight Color Palette Version 2
The 2.4.0
release updates d2l-colors
to align with "version 2" of the Daylight color palette, in the same way the 3.1.0
release does for the hybrid version. All changes are backwards-compatible and non-breaking, however there were some color deprecations so applications should be updated to stop using them as a future major release will remove them entirely.
Renamed Colors
The following colors were renamed to be consistent with the naming convention of minerals and gemstones. The old color names are still available as aliases to the new ones.
- Woolonardo was renamed to Sylvite
- Titanius was renamed to Mica
- Pressicus was renamed to Corundum
- Deephonica was renamed to Malachite
- Koolaudica was renamed to Peridot
- Lurite was renamed to Topaz
- Panthera was renamed to Tourmaline
- Violettine was renamed to Amethyst
Deprecated Colors
These colors have been removed from the palette and should no longer be used. The variables still exist and are aliased to other valid colors, but will be removed entirely in a future major release.
- white (just use
#ffffff
) - woolonardo (aliased to sylvite)
- titanius (aliased to mica)
- pressicus (aliased to corundum)
- violettine (aliased to amethyst-minus-1)
- panthera (aliased to tourmaline-plus-1)
- koolaudica (aliased to peridot)
- deephonica (aliased to malachite)
- lurite (aliased to topaz)
- azurite (aliased to zircon-plus-1)
- celestuba (aliased to celestine-minus-1)
- gravah (aliased to amethyst-minus-1)
- saphirella (aliased to zircon-plus-1)
- chartronic (aliased to topaz)
- celestine-light-1 (aliased to celestine-plus-2)
- celestine-light-2 (aliased to celestine-plus-1)
- olivine-light-1 (aliased to olivine-plus-1)
- olivine-light-2 (aliased to olivine)
- zircon-light-1 (aliased to zircon-plus-2)
- zircon-light-2 (aliased to zircon-plus-2)
- buttonic (do not use anymore)
- meglor (do not use anymore)
- trancition (do not use anymore)
- trixon (do not use anymore)
Modified Colors
These colors had their HEX value modified slightly:
- Carnelian changed from
#e57231
to#e87511
- Zircon changed from
#00bddd
(now zircon-plus-1) to#00849c
New Colors
Many new colors have been added, as well as shades & tints of each color. These take the form of {color-name}-plus-2
, {color-name}-plus-1
, {color-name}-minus-1
and {color-name}-minus-2
.
- Zircon (+2, +1, -1)
- Celestine (+2, +1, -1)
- Amethyst (+2, +1, -1)
- Fluorite (+2, +1, -1)
- Tourmaline (+2, +1, -1)
- Cinnabar (+2, +1, -1)
- Carnelian (+1, -1, -2)
- Citrine (+1, -1, -2)
- Topaz (+1, -1, -2)
- Peridot (+1, -1, -2)
- Olivine (+1, -1, -2)
- Malachite (+1, -1, -2)
Daylight Color Palette Version 2
The 3.1.0
release updates d2l-colors
to align with "version 2" of the Daylight color palette. All changes are backwards-compatible and non-breaking, however there were some color deprecations so applications should be updated to stop using them as a future major release will remove them entirely.
Renamed Colors
The following colors were renamed to be consistent with the naming convention of minerals and gemstones. The old color names are still available as aliases to the new ones.
- Woolonardo was renamed to Sylvite
- Titanius was renamed to Mica
- Pressicus was renamed to Corundum
- Deephonica was renamed to Malachite
- Koolaudica was renamed to Peridot
- Lurite was renamed to Topaz
- Panthera was renamed to Tourmaline
- Violettine was renamed to Amethyst
Deprecated Colors
These colors have been removed from the palette and should no longer be used. The variables still exist and are aliased to other valid colors, but will be removed entirely in a future major release.
- white (just use
#ffffff
) - woolonardo (aliased to sylvite)
- titanius (aliased to mica)
- pressicus (aliased to corundum)
- violettine (aliased to amethyst-minus-1)
- panthera (aliased to tourmaline-plus-1)
- koolaudica (aliased to peridot)
- deephonica (aliased to malachite)
- lurite (aliased to topaz)
- azurite (aliased to zircon-plus-1)
- celestuba (aliased to celestine-minus-1)
- gravah (aliased to amethyst-minus-1)
- saphirella (aliased to zircon-plus-1)
- chartronic (aliased to topaz)
- celestine-light-1 (aliased to celestine-plus-2)
- celestine-light-2 (aliased to celestine-plus-1)
- olivine-light-1 (aliased to olivine-plus-1)
- olivine-light-2 (aliased to olivine)
- zircon-light-1 (aliased to zircon-plus-2)
- zircon-light-2 (aliased to zircon-plus-2)
- buttonic (do not use anymore)
- meglor (do not use anymore)
- trancition (do not use anymore)
- trixon (do not use anymore)
Modified Colors
These colors had their HEX value modified slightly:
- Carnelian changed from
#e57231
to#e87511
- Zircon changed from
#00bddd
(now zircon-plus-1) to#00849c
New Colors
Many new colors have been added, as well as shades & tints of each color. These take the form of {color-name}-plus-2
, {color-name}-plus-1
, {color-name}-minus-1
and {color-name}-minus-2
.
- Zircon (+2, +1, -1)
- Celestine (+2, +1, -1)
- Amethyst (+2, +1, -1)
- Fluorite (+2, +1, -1)
- Tourmaline (+2, +1, -1)
- Cinnabar (+2, +1, -1)
- Carnelian (+1, -1, -2)
- Citrine (+1, -1, -2)
- Topaz (+1, -1, -2)
- Peridot (+1, -1, -2)
- Olivine (+1, -1, -2)
- Malachite (+1, -1, -2)
v3.0.1: Merge pull request #33 from BrightspaceUI/fix-demo-template
fix demo template version
Polymer 2 Hybrid
Merge pull request #32 from mdgbayly/polymer2 Polymer2
v2.3.0: Merge pull request #31 from BrightspaceUI/new-for-email
Few new colors from upcoming palette needed for email flags
v2.2.3
v2.2.2: Merge pull request #27 from BrightspaceUI/dbatiste/revert-root-selector
Revert root selector.