Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hotspot {
color: #ff4938;
}
.simply-peachy {
color: #ffbf6b;
}
.sunny-side-up {
color: #ffd942;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--hotspot:#ff4938;
--simply-peachy:#ffbf6b;
--sunny-side-up:#ffd942;
}