Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.bondi {
color: #1c6b8d;
}
.kemp-kelly {
color: #3c7c4b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--bondi:#1c6b8d;
--kemp-kelly:#3c7c4b;
--creamy-sweet-corn:#f9c54e;
--grapefruit-pulp:#ff6e61;
}