Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin-jack {
color: #6aaf91;
}
.blue-raspberry-seed {
color: #3c9ec8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin-jack:#6aaf91;
--blue-raspberry-seed:#3c9ec8;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}