Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.blush {
color: #f4a090;
}
.juicy-passionfruit {
color: #f4856c;
}
.flamingo {
color: #e05e52;
}
.root-chakra {
color: #c63940;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--blush:#f4a090;
--juicy-passionfruit:#f4856c;
--flamingo:#e05e52;
--root-chakra:#c63940;
}