Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nyc-taxi {
color: #f6b531;
}
.fluffy-duckling {
color: #f7e13b;
}
.blue-green-gem {
color: #7ac7c5;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nyc-taxi:#f6b531;
--fluffy-duckling:#f7e13b;
--blue-green-gem:#7ac7c5;
--olympic-blue:#4b91e2;
}