Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.scanda {
color: #6e8daa;
}
.first-date {
color: #f7b2a1;
}
.marigold {
color: #ffc105;
}
.playing-hooky {
color: #8e8d6b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--scanda:#6e8daa;
--first-date:#f7b2a1;
--marigold:#ffc105;
--playing-hooky:#8e8d6b;
}