Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nyc-taxi {
color: #f6b531;
}
.hollandaise {
color: #ffec42;
}
.catarina-green {
color: #92c9b3;
}
.mega-blue {
color: #3a6ea6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nyc-taxi:#f6b531;
--hollandaise:#ffec42;
--catarina-green:#92c9b3;
--mega-blue:#3a6ea6;
}