Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.turkish-tile {
color: #007c9e;
}
.shylock {
color: #5cb7a5;
}
.pineapple-delight {
color: #f1e6a7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--turkish-tile:#007c9e;
--shylock:#5cb7a5;
--pineapple-delight:#f1e6a7;
--grapefruit-pulp:#ff6e61;
}