Color names in this palette
CSS code for this palette
/* CSS */
.desert-dust {
color: #e3b68c;
}
.new-clay {
color: #f1c2b6;
}
.roseberry {
color: #f2a5a1;
}
.akak-red {
color: #f27c5f;
}
.horror-snob {
color: #d54d4d;
}
/* CSS Variables */
:root {
--desert-dust:#e3b68c;
--new-clay:#f1c2b6;
--roseberry:#f2a5a1;
--akak-red:#f27c5f;
--horror-snob:#d54d4d;
}