Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d25b7b;
}
.everlasting {
color: #a2c0d8;
}
.orpiment-yellow {
color: #f9c89a;
}
.greek-garden {
color: #8ccf8e;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d25b7b;
--everlasting:#a2c0d8;
--orpiment-yellow:#f9c89a;
--greek-garden:#8ccf8e;
--bacon-strips:#e13e33;
}