Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lace {
color: #f6e6d5;
}
.mystic-tulip {
color: #f7b5a1;
}
.camellia {
color: #f56d5b;
}
.glowing-coals {
color: #be4b3c;
}
.shinshu {
color: #8d1b24;
}
/* CSS Variables */
:root {
--heirloom-lace:#f6e6d5;
--mystic-tulip:#f7b5a1;
--camellia:#f56d5b;
--glowing-coals:#be4b3c;
--shinshu:#8d1b24;
}