Color names in this palette
CSS code for this palette
/* CSS */
.tabasco {
color: #a12712;
}
.tangerine-bliss {
color: #d85d2c;
}
.apricot-jam {
color: #f2a76e;
}
.rustique {
color: #f3c1b4;
}
.cream-rose {
color: #f6e5df;
}
/* CSS Variables */
:root {
--tabasco:#a12712;
--tangerine-bliss:#d85d2c;
--apricot-jam:#f2a76e;
--rustique:#f3c1b4;
--cream-rose:#f6e5df;
}