Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.daisy-bush {
color: #5b3e8e;
}
.lead {
color: #212121;
}
.mad-for-mango {
color: #f5a300;
}
.strawberry-mousse {
color: #a55f7f;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--daisy-bush:#5b3e8e;
--lead:#212121;
--mad-for-mango:#f5a300;
--strawberry-mousse:#a55f7f;
}