Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.banana-yogurt {
color: #f9e8b4;
}
.mint-cocktail-green {
color: #b7e3b0;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--banana-yogurt:#f9e8b4;
--mint-cocktail-green:#b7e3b0;
--blue-electress:#6b9cd1;
}