Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.marigold {
color: #ffc105;
}
.traffic-yellow {
color: #ffdb38;
}
.milk-froth {
color: #ffedcc;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--marigold:#ffc105;
--traffic-yellow:#ffdb38;
--milk-froth:#ffedcc;
}