Color names in this palette
CSS code for this palette
/* CSS */
.atlas-red {
color: #7d1734;
}
.floriography {
color: #a63f49;
}
.light-tomato {
color: #d0736d;
}
.adventure-orange {
color: #f3a468;
}
.mille-feuille {
color: #f3c97c;
}
/* CSS Variables */
:root {
--atlas-red:#7d1734;
--floriography:#a63f49;
--light-tomato:#d0736d;
--adventure-orange:#f3a468;
--mille-feuille:#f3c97c;
}