Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.popcorn {
color: #f9d17b;
}
.cymophane-yellow {
color: #f1e4a7;
}
.pistachio-dream {
color: #a8d086;
}
.blue-green-gem {
color: #79c8c7;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--popcorn:#f9d17b;
--cymophane-yellow:#f1e4a7;
--pistachio-dream:#a8d086;
--blue-green-gem:#79c8c7;
}