Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.firelight {
color: #f9d97b;
}
.cymophane-yellow {
color: #f2e6a6;
}
.fizz {
color: #b3daaa;
}
.angela-bay {
color: #a4c3e5;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--firelight:#f9d97b;
--cymophane-yellow:#f2e6a6;
--fizz:#b3daaa;
--angela-bay:#a4c3e5;
}