Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a95b8c;
}
.artemis {
color: #d4a66e;
}
.noodles {
color: #f8e4b4;
}
.butter-cream {
color: #f1b041;
}
.tropical-tone {
color: #4d9d71;
}
/* CSS Variables */
:root {
--cyclamen-red:#a95b8c;
--artemis:#d4a66e;
--noodles:#f8e4b4;
--butter-cream:#f1b041;
--tropical-tone:#4d9d71;
}