gleamy_lights/premixed/gleam_colors
`# Gleam colors Especially colored after Gleam’s color palette.
#ffaff3
- Faff Pink
#fefefc
- White
#a6f0fc
- Unnamed Blue
#fffbe8
- Aged Plastic Yellow
#584355
- Unexpected Aubergine
#292d3e
- Underwater Blue
#2f2f2f
- Charcoal
#1e1e1e
- Black
#151515
- Blacker
See: https://gleam.run/branding/
Functions
pub fn bg_aged_plastic_yellow_gl(msg: String) -> String
“Aged plastic yellow” background
Hex: #fffbe8
pub fn bg_faff_pink_gl(msg: String) -> String
“Faff pink” background
Hex: #ffaff3
pub fn bg_underwater_blue_gl(msg: String) -> String
“Underwater blue” background
Hex: #292d3e
pub fn bg_unexpected_aubergine_gl(msg: String) -> String
“Unexpected aubergine” background
Hex: #584355
pub fn bg_unnamed_blue_gl(msg: String) -> String
“Unnamed blue” background
Hex: #a6f0fc
pub fn text_aged_plastic_yellow_gl(msg: String) -> String
“Aged plastic yellow” text
Hex: #fffbe8
pub fn text_underwater_blue_gl(msg: String) -> String
“Underwater blue” text
Hex: #292d3e
pub fn text_unexpected_aubergine_gl(msg: String) -> String
“Unexpected aubergine” text
Hex: #584355
pub fn text_unnamed_blue_gl(msg: String) -> String
“Unnamed blue” text
Hex: #a6f0fc