Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c7;
}
.tequila {
color: #f6d2a7;
}
.gold-bullion {
color: #f0e099;
}
.patina-green {
color: #b4e9b4;
}
.throat-chakra {
color: #6bd6d3;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c7;
--tequila:#f6d2a7;
--gold-bullion:#f0e099;
--patina-green:#b4e9b4;
--throat-chakra:#6bd6d3;
}