Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.aspen-gold {
color: #ffd761;
}
.snow-white-blush {
color: #f9aeae;
}
.dexter {
color: #6fb3b3;
}
.blue-gem {
color: #503b8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--aspen-gold:#ffd761;
--snow-white-blush:#f9aeae;
--dexter:#6fb3b3;
--blue-gem:#503b8c;
}