Color names in this palette
CSS code for this palette
/* CSS */
.turquesa {
color: #408c9c;
}
.mermaid-s-kiss {
color: #5bc2a3;
}
.sprig-of-mint {
color: #8ce3b6;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.first-date {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--turquesa:#408c9c;
--mermaid-s-kiss:#5bc2a3;
--sprig-of-mint:#8ce3b6;
--bells-and-whistles-gold:#f0e19e;
--first-date:#f7b2a1;
}