Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6ea0d8;
}
.blue-yonder {
color: #5b75a9;
}
.sunny-mood {
color: #f7c94b;
}
.re-entry {
color: #d94a4c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6ea0d8;
--blue-yonder:#5b75a9;
--sunny-mood:#f7c94b;
--re-entry:#d94a4c;
}