Color names in this palette
CSS code for this palette
/* CSS */
.dubonnet {
color: #5b292f;
}
.currant-jam {
color: #8b4b4e;
}
.french-marron {
color: #b0737c;
}
.medium-terracotta {
color: #d89f8d;
}
.apricot-obsession {
color: #f6c2b6;
}
/* CSS Variables */
:root {
--dubonnet:#5b292f;
--currant-jam:#8b4b4e;
--french-marron:#b0737c;
--medium-terracotta:#d89f8d;
--apricot-obsession:#f6c2b6;
}