Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-yellow {
color: #f6da3c;
}
.cheater {
color: #f1b25b;
}
.rose-essence {
color: #f19a88;
}
.embarrassed {
color: #f17999;
}
.major-magenta {
color: #f150b3;
}
/* CSS Variables */
:root {
--dandelion-yellow:#f6da3c;
--cheater:#f1b25b;
--rose-essence:#f19a88;
--embarrassed:#f17999;
--major-magenta:#f150b3;
}