Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d45e81;
}
.middy-s-purple {
color: #a58bda;
}
.blue-bay {
color: #5b9edc;
}
.maximum-yellow-red {
color: #f2b845;
}
.firecracker-salmon {
color: #f75e5e;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d45e81;
--middy-s-purple:#a58bda;
--blue-bay:#5b9edc;
--maximum-yellow-red:#f2b845;
--firecracker-salmon:#f75e5e;
}