Color names in this palette
CSS code for this palette
/* CSS */
.nancy {
color: #5bb9e1;
}
.frozen-salmon {
color: #ffa98f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--nancy:#5bb9e1;
--frozen-salmon:#ffa98f;
--grapefruit-pulp:#ff6e61;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
}