Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.allspice {
color: #f9cca9;
}
.banana-mania {
color: #fbe5b1;
}
.ice-cold-green {
color: #d8eaa9;
}
.smooth-satin {
color: #a5d5d5;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--allspice:#f9cca9;
--banana-mania:#fbe5b1;
--ice-cold-green:#d8eaa9;
--smooth-satin:#a5d5d5;
}