Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.blue-promise {
color: #709ec2;
}
.nyc-taxi {
color: #f6b531;
}
.flame-stitch {
color: #d95d45;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--blue-promise:#709ec2;
--nyc-taxi:#f6b531;
--flame-stitch:#d95d45;
--liberal-lilac:#9b58b6;
}