Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.honey-tone {
color: #f9d99a;
}
.lime-bright {
color: #f1e3b1;
}
.terrace-pool {
color: #a3d7e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--honey-tone:#f9d99a;
--lime-bright:#f1e3b1;
--terrace-pool:#a3d7e0;
--grapefruit-pulp:#ff6e61;
}