Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin-jack {
color: #6eaf8e;
}
.mango-margarita {
color: #f7b54b;
}
.soviet-gold {
color: #ffd900;
}
.chi-gong {
color: #cf2a2a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin-jack:#6eaf8e;
--mango-margarita:#f7b54b;
--soviet-gold:#ffd900;
--chi-gong:#cf2a2a;
}