Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.golden-raspberry {
color: #f6d779;
}
.citrus-honey {
color: #f9b76c;
}
.coral-pink {
color: #f77c78;
}
.flirty-rose {
color: #d45e91;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--golden-raspberry:#f6d779;
--citrus-honey:#f9b76c;
--coral-pink:#f77c78;
--flirty-rose:#d45e91;
}