Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.jasper {
color: #d93f3f;
}
.deep-fried-sun-rays {
color: #f7c559;
}
.spirited-yellow {
color: #ffde85;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--jasper:#d93f3f;
--deep-fried-sun-rays:#f7c559;
--spirited-yellow:#ffde85;
}