Color names in this palette
CSS code for this palette
/* CSS */
.first-peach {
color: #f6cac6;
}
.mystic-tulip {
color: #f8b6a0;
}
.cumquat-cream {
color: #f19b83;
}
.moegi-green {
color: #f38e6d;
}
.heirloom {
color: #b67d6d;
}
/* CSS Variables */
:root {
--first-peach:#f6cac6;
--mystic-tulip:#f8b6a0;
--cumquat-cream:#f19b83;
--moegi-green:#f38e6d;
--heirloom:#b67d6d;
}