Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.pink-mimosa {
color: #f9b6a9;
}
.scalloped-potato {
color: #fce2cf;
}
.straw-hat {
color: #f1d6a7;
}
.creamy-sweet-corn {
color: #f7c04b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--pink-mimosa:#f9b6a9;
--scalloped-potato:#fce2cf;
--straw-hat:#f1d6a7;
--creamy-sweet-corn:#f7c04b;
}