Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d7602d;
}
.noble-knight {
color: #394d79;
}
.apricot-glazed-chicken {
color: #efaf25;
}
.mythical-night {
color: #1c2b6d;
}
.cold-brew-tonic {
color: #c75d3d;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d7602d;
--noble-knight:#394d79;
--apricot-glazed-chicken:#efaf25;
--mythical-night:#1c2b6d;
--cold-brew-tonic:#c75d3d;
}