Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.mint-cocktail-green {
color: #b4e4b4;
}
.sunny-mood {
color: #f7c94b;
}
.dragon-fruit {
color: #d75b6b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--mint-cocktail-green:#b4e4b4;
--sunny-mood:#f7c94b;
--dragon-fruit:#d75b6b;
}