Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.pieces-of-eight {
color: #ffb13d;
}
.fluffy-duckling {
color: #f7e13b;
}
.natural-youth {
color: #d9e9b4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--pieces-of-eight:#ffb13d;
--fluffy-duckling:#f7e13b;
--natural-youth:#d9e9b4;
}