Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.just-blush {
color: #f9b4a4;
}
.corinthian-pink {
color: #f8a5d8;
}
.violet-kiss {
color: #f69dcf;
}
.flower-blossom-pink {
color: #f57a8b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--just-blush:#f9b4a4;
--corinthian-pink:#f8a5d8;
--violet-kiss:#f69dcf;
--flower-blossom-pink:#f57a8b;
}