Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e0;
}
.peppy-peacock {
color: #4dd1b7;
}
.cream-custard {
color: #f2d8b0;
}
.pallid-orange {
color: #f9b79f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e0;
--peppy-peacock:#4dd1b7;
--cream-custard:#f2d8b0;
--pallid-orange:#f9b79f;
--grapefruit-pulp:#ff6e61;
}