Color names in this palette
CSS code for this palette
/* CSS */
.spearmint-frosting {
color: #8dbfa6;
}
.mystic-tulip {
color: #f7b5a1;
}
.tequila {
color: #f6d2a7;
}
.venetian-yellow {
color: #f7e1a1;
}
.cream-tan {
color: #e3c8ba;
}
/* CSS Variables */
:root {
--spearmint-frosting:#8dbfa6;
--mystic-tulip:#f7b5a1;
--tequila:#f6d2a7;
--venetian-yellow:#f7e1a1;
--cream-tan:#e3c8ba;
}