Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b34d4d;
}
.lantana {
color: #d86f6f;
}
.fruit-shake {
color: #f49e8a;
}
.forsythia-blossom {
color: #f5d76b;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--enticing-red:#b34d4d;
--lantana:#d86f6f;
--fruit-shake:#f49e8a;
--forsythia-blossom:#f5d76b;
--noodles:#f9e3b4;
}