Color names in this palette
CSS code for this palette
/* CSS */
.ablaze {
color: #c3493c;
}
.masoho-red {
color: #d5786c;
}
.rose-linen {
color: #e6b19e;
}
.tri-tip {
color: #f2d1c4;
}
.breakfast-biscuit {
color: #f8e4d3;
}
/* CSS Variables */
:root {
--ablaze:#c3493c;
--masoho-red:#d5786c;
--rose-linen:#e6b19e;
--tri-tip:#f2d1c4;
--breakfast-biscuit:#f8e4d3;
}