Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.peach-yellow {
color: #f9dfae;
}
.sweetie-pie {
color: #e2b6df;
}
.iridescent-purple {
color: #9c7dcf;
}
.coronation-blue {
color: #5c4b9b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--peach-yellow:#f9dfae;
--sweetie-pie:#e2b6df;
--iridescent-purple:#9c7dcf;
--coronation-blue:#5c4b9b;
}