Color names in this palette
CSS code for this palette
/* CSS */
.melon-tint {
color: #f8e7d3;
}
.heirloom-apricot {
color: #f4bca4;
}
.usubeni-red {
color: #f06a6a;
}
.horror-snob {
color: #d84b4b;
}
.scarlet-past {
color: #a63a3a;
}
/* CSS Variables */
:root {
--melon-tint:#f8e7d3;
--heirloom-apricot:#f4bca4;
--usubeni-red:#f06a6a;
--horror-snob:#d84b4b;
--scarlet-past:#a63a3a;
}