Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.soft-butter {
color: #f4e1b8;
}
.eton-blue {
color: #aad5d3;
}
.blue-dam {
color: #a1c6d4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--soft-butter:#f4e1b8;
--eton-blue:#aad5d3;
--blue-dam:#a1c6d4;
--grapefruit-pulp:#ff6e61;
}