Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.welcoming-wasp {
color: #f0a800;
}
.matt-pink {
color: #ffb3c1;
}
.carmine-rose {
color: #e05c8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--welcoming-wasp:#f0a800;
--matt-pink:#ffb3c1;
--carmine-rose:#e05c8f;
}