Color names in this palette
CSS code for this palette
/* CSS */
.blue-bubble {
color: #a5d6e9;
}
.emerald-bliss {
color: #4bbead;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blue-bubble:#a5d6e9;
--emerald-bliss:#4bbead;
--creamy-sweet-corn:#f9c54e;
--grapefruit-pulp:#ff6e61;
--tomato-frog:#f94346;
}