Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.wake-me-up {
color: #f8d359;
}
.hanami-pink {
color: #f1a7e0;
}
.stellar-strawberry {
color: #f95d8e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--wake-me-up:#f8d359;
--hanami-pink:#f1a7e0;
--stellar-strawberry:#f95d8e;
--grapefruit-pulp:#ff6e61;
}