Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin {
color: #6fbe6f;
}
.blue-mana {
color: #61c0ff;
}
.hollandaise {
color: #ffec3d;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin:#6fbe6f;
--blue-mana:#61c0ff;
--hollandaise:#ffec3d;
--sasquatch-socks:#ff4281;
}