Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Contents

Opaque

Variable Name

Variable Value

$blue-gradient

#253a6e, #1d5389, #146ea6, #0c85be, #059bd6

$green-gradient

#9fd64d, #75c170, #49ab95, #2297b6, #0086d2

$dark-green-gradient

#9fd64d, #44873c, #2c736e, #186299, #059bd6

Transparency

Variable Name

Variable Value

$light-green-gradient

rgba(#9fd64d, .6), rgba(#75c170, .6), rgba(#49ab95, .6), rgba(#2297b6, .6), rgba(#0086d2, .6)

$bg-blue-gradient

rgba(#253a6e, .93), rgba(#1d5389, .93), rgba(#146ea6, .93), rgba(#0c85be, .93), rgba(#059bd6, .93)

$black-gradient

transparent, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .6) 75%, rgba(0, 0, 0, 1) 100%

$black-gradient-mobile

transparent, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, 1) 100%

Description

These variables are used with the linear gradient mixin. The default angle is -45deg.


https://styleguide.asce.org/section-colors.html#asgref-colors-gradients

  • No labels