Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.taco {
color: #f4c7b4;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.viridine-green {
color: #c8e1a8;
}
.july {
color: #8bd1e5;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--taco:#f4c7b4;
--smooth-as-corn-silk:#f6e4b1;
--viridine-green:#c8e1a8;
--july:#8bd1e5;
}