Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f6e03c;
}
.sundance {
color: #f9c56c;
}
.first-date {
color: #f8afa0;
}
.fruity-licious {
color: #f6908e;
}
.peppermint-swirl {
color: #d65c7a;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f6e03c;
--sundance:#f9c56c;
--first-date:#f8afa0;
--fruity-licious:#f6908e;
--peppermint-swirl:#d65c7a;
}