Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.amber-yellow {
color: #f5b55c;
}
.neighborly-peach {
color: #f1c2a2;
}
.light-sky-babe {
color: #9fd0e0;
}
.shamrock-green {
color: #4cae7b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--amber-yellow:#f5b55c;
--neighborly-peach:#f1c2a2;
--light-sky-babe:#9fd0e0;
--shamrock-green:#4cae7b;
}