Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.first-date {
color: #f5b2a3;
}
.breeze-of-chilli {
color: #f46c6c;
}
.faded-red {
color: #d6434f;
}
.velvet-cake {
color: #9d2a3d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--first-date:#f5b2a3;
--breeze-of-chilli:#f46c6c;
--faded-red:#d6434f;
--velvet-cake:#9d2a3d;
}