Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.ginger-milk {
color: #f6a65a;
}
.salmon-eggs {
color: #f4d65d;
}
.leek {
color: #99d98c;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--ginger-milk:#f6a65a;
--salmon-eggs:#f4d65d;
--leek:#99d98c;
--azure-tide:#2a9d90;
}