Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f4b3c7;
}
.shrimp-toast {
color: #f9c59f;
}
.aspen-yellow {
color: #f4e09f;
}
.juzcar-blue {
color: #9fd2f4;
}
.turtle-lake {
color: #77b6a6;
}
/* CSS Variables */
:root {
--rhodonite:#f4b3c7;
--shrimp-toast:#f9c59f;
--aspen-yellow:#f4e09f;
--juzcar-blue:#9fd2f4;
--turtle-lake:#77b6a6;
}