Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1d798c;
}
.crystalsong-blue {
color: #4cb8b6;
}
.turquoise-chalk {
color: #74e2d5;
}
.flame-seal {
color: #f2e65f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bermuda:#1d798c;
--crystalsong-blue:#4cb8b6;
--turquoise-chalk:#74e2d5;
--flame-seal:#f2e65f;
--grapefruit-pulp:#ff6e61;
}