gleamy_lights/premixed/gleam_colours

Gleam colours

Especially coloured after Gleam’s colour 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(msg: String) -> String

“Aged plastic yellow” background

Hex: #fffbe8

pub fn bg_black(msg: String) -> String

“Black” background

Hex: #1e1e1e

pub fn bg_blacker(msg: String) -> String

“Blacker” background

Hex: #151515

pub fn bg_charcoal(msg: String) -> String

“Charcoal” background

Hex: #2f2f2f

pub fn bg_faff_pink(msg: String) -> String

“Faff pink” background

Hex: #ffaff3

pub fn bg_underwater_blue(msg: String) -> String

“Underwater blue” background

Hex: #292d3e

pub fn bg_unexpected_aubergine(msg: String) -> String

“Unexpected aubergine” background

Hex: #584355

pub fn bg_unnamed_blue(msg: String) -> String

“Unnamed blue” background

Hex: #a6f0fc

pub fn bg_white(msg: String) -> String

“White” background

Hex: #fefefc

pub fn text_aged_plastic_yellow(msg: String) -> String

“Aged plastic yellow” text

Hex: #fffbe8

pub fn text_black(msg: String) -> String

“Black” text

Hex: #1e1e1e

pub fn text_blacker(msg: String) -> String

“Blacker” text

Hex: #151515

pub fn text_charcoal(msg: String) -> String

“Charcoal” text

Hex: #2f2f2f

pub fn text_faff_pink(msg: String) -> String

“Faff pink” text

Hex: #ffaff3

pub fn text_underwater_blue(msg: String) -> String

“Underwater blue” text

Hex: #292d3e

pub fn text_unexpected_aubergine(msg: String) -> String

“Unexpected aubergine” text

Hex: #584355

pub fn text_unnamed_blue(msg: String) -> String

“Unnamed blue” text

Hex: #a6f0fc

pub fn text_white(msg: String) -> String

“White” text

Hex: #fefefc

Search Document