Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.allspice {
color: #f9cca9;
}
.lazy-daisy {
color: #f6e8a2;
}
.eerie-glow {
color: #a5d9b8;
}
.ocean-green {
color: #3b9b73;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--allspice:#f9cca9;
--lazy-daisy:#f6e8a2;
--eerie-glow:#a5d9b8;
--ocean-green:#3b9b73;
}