Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f8de5d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.apricot-obsession {
color: #f9c3b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dilly-dally:#f8de5d;
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--apricot-obsession:#f9c3b4;
--grapefruit-pulp:#ff6e61;
}