Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b2a1;
}
.roadster-yellow {
color: #f3e1a0;
}
.terrace-pool {
color: #a3d8e0;
}
.blue-green-gem {
color: #7ac7c5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b2a1;
--roadster-yellow:#f3e1a0;
--terrace-pool:#a3d8e0;
--blue-green-gem:#7ac7c5;
}