Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.guava {
color: #ff9b29;
}
.tuscan-sun {
color: #fcd64a;
}
.mint-macaron {
color: #afeeee;
}
.cadet-blue {
color: #609d9f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--guava:#ff9b29;
--tuscan-sun:#fcd64a;
--mint-macaron:#afeeee;
--cadet-blue:#609d9f;
}