Color names in this palette
CSS code for this palette
/* CSS */
.moonrose {
color: #a43d47;
}
.briquette {
color: #e05c67;
}
.amber-yellow {
color: #f8b859;
}
.lighthouse-glow {
color: #f9d36c;
}
.pipitschah {
color: #f3e6c3;
}
/* CSS Variables */
:root {
--moonrose:#a43d47;
--briquette:#e05c67;
--amber-yellow:#f8b859;
--lighthouse-glow:#f9d36c;
--pipitschah:#f3e6c3;
}