Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nyc-taxi {
color: #f6b531;
}
.sugar-rush {
color: #d7609c;
}
.thermal {
color: #3e4f51;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nyc-taxi:#f6b531;
--sugar-rush:#d7609c;
--thermal:#3e4f51;
--azure-tide:#2a9d90;
}