Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.cheddar-corn {
color: #f8d4b4;
}
.banana-yogurt {
color: #f9e8b4;
}
.lasting-thoughts {
color: #d5e6b3;
}
.eerie-glow {
color: #a9d6bb;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--cheddar-corn:#f8d4b4;
--banana-yogurt:#f9e8b4;
--lasting-thoughts:#d5e6b3;
--eerie-glow:#a9d6bb;
}