Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #70a5e1;
}
.nyc-taxi {
color: #f6b531;
}
.emerald-bliss {
color: #4bbead;
}
.sunflower {
color: #ffc414;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#70a5e1;
--nyc-taxi:#f6b531;
--emerald-bliss:#4bbead;
--sunflower:#ffc414;
}