Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.breeze-of-chilli {
color: #f07070;
}
.poppy-red {
color: #d83b48;
}
.samba {
color: #a9282e;
}
.velvet-outbreak {
color: #691b2f;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--breeze-of-chilli:#f07070;
--poppy-red:#d83b48;
--samba:#a9282e;
--velvet-outbreak:#691b2f;
}