Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f9d16c;
}
.first-date {
color: #f7b1a1;
}
.red-mull {
color: #ff8a8a;
}
.ballet-skirt {
color: #fec6b4;
}
.equator-glow {
color: #fde6a0;
}
/* CSS Variables */
:root {
--bright-yarrow:#f9d16c;
--first-date:#f7b1a1;
--red-mull:#ff8a8a;
--ballet-skirt:#fec6b4;
--equator-glow:#fde6a0;
}