Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.bright-yarrow {
color: #f7cf69;
}
.shalimar {
color: #f8f9a9;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--bright-yarrow:#f7cf69;
--shalimar:#f8f9a9;
--sour-candy:#69af4b;
}