Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b2a1;
}
.banana-milk {
color: #fcf6b0;
}
.smooth-satin {
color: #a4d6d4;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b2a1;
--banana-milk:#fcf6b0;
--smooth-satin:#a4d6d4;
--terrace-pool:#a3d6e0;
}