Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.optimistic-yellow {
color: #f4e1a4;
}
.mint-macaron {
color: #afeeee;
}
.aquarelle-blue {
color: #c0e0e3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--optimistic-yellow:#f4e1a4;
--mint-macaron:#afeeee;
--aquarelle-blue:#c0e0e3;
--grapefruit-pulp:#ff6e61;
}