Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.candy-heart-pink {
color: #f7a4a1;
}
.harmonious-rose {
color: #f79cba;
}
.carnation {
color: #f47b91;
}
.breeze-of-chilli {
color: #f07070;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--candy-heart-pink:#f7a4a1;
--harmonious-rose:#f79cba;
--carnation:#f47b91;
--breeze-of-chilli:#f07070;
}