Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c59f;
}
.antique-cameo {
color: #f0b6a3;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.cyclamen {
color: #d58bbc;
}
.soft-purple {
color: #a66eb4;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c59f;
--antique-cameo:#f0b6a3;
--sprinkled-with-pink:#e8a1ae;
--cyclamen:#d58bbc;
--soft-purple:#a66eb4;
}