Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b1a1;
}
.sweet-dreams {
color: #9fc4e9;
}
.kingfisher-turquoise {
color: #7db5b5;
}
.naturale {
color: #f2e0cf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b1a1;
--sweet-dreams:#9fc4e9;
--kingfisher-turquoise:#7db5b5;
--naturale:#f2e0cf;
}