Color names in this palette
CSS code for this palette
/* CSS */
.catarina-green {
color: #92c8b5;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.first-date {
color: #f6b4a2;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.heirloom {
color: #b67d6d;
}
/* CSS Variables */
:root {
--catarina-green:#92c8b5;
--bells-and-whistles-gold:#f0e19e;
--first-date:#f6b4a2;
--vinaceous-cinnamon:#f78d8d;
--heirloom:#b67d6d;
}