Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1a73b7;
}
.highlighter-blue {
color: #3db2d6;
}
.turquoise-chalk {
color: #6de3e1;
}
.dolly {
color: #f3f86d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--beautiful-blue:#1a73b7;
--highlighter-blue:#3db2d6;
--turquoise-chalk:#6de3e1;
--dolly:#f3f86d;
--grapefruit-pulp:#ff6e61;
}