Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.mint-cocktail-green {
color: #b3e0b3;
}
.dilly-dally {
color: #f3df5e;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--mint-cocktail-green:#b3e0b3;
--dilly-dally:#f3df5e;
--cornflower-lilac:#ffadad;
}