Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.hint-of-honey {
color: #ffd56b;
}
.mint-macaron {
color: #afeeee;
}
.azure-blue {
color: #4e94c6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--hint-of-honey:#ffd56b;
--mint-macaron:#afeeee;
--azure-blue:#4e94c6;
}