Color names in this palette
CSS code for this palette
/* CSS */
.almond-cream {
color: #f4c19f;
}
.apricotta {
color: #d9a48c;
}
.first-lady {
color: #c77a6b;
}
.tibetan-orange {
color: #b0594a;
}
.bacchanalia-red {
color: #8c3b3b;
}
/* CSS Variables */
:root {
--almond-cream:#f4c19f;
--apricotta:#d9a48c;
--first-lady:#c77a6b;
--tibetan-orange:#b0594a;
--bacchanalia-red:#8c3b3b;
}