Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a85d8c;
}
.darling-clementine {
color: #d1a07b;
}
.oyster-bisque {
color: #f2e7b1;
}
.eerie-glow {
color: #a7d7b8;
}
.hippie-blue {
color: #4c8a9a;
}
/* CSS Variables */
:root {
--cyclamen-red:#a85d8c;
--darling-clementine:#d1a07b;
--oyster-bisque:#f2e7b1;
--eerie-glow:#a7d7b8;
--hippie-blue:#4c8a9a;
}