Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d55d2a;
}
.velvet-marigold {
color: #e78940;
}
.butter-cream {
color: #f1b341;
}
.straw-hat {
color: #f1d3a7;
}
.pink-dust {
color: #e3b4b0;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d55d2a;
--velvet-marigold:#e78940;
--butter-cream:#f1b341;
--straw-hat:#f1d3a7;
--pink-dust:#e3b4b0;
}