Color names in this palette
CSS code for this palette
/* CSS */
.goddess-of-dawn {
color: #8c4f6e;
}
.lighthearted-rose {
color: #c69fa8;
}
.novelle-peach {
color: #e5c7b3;
}
.apollo-landing {
color: #e5e5e0;
}
.southern-belle {
color: #a8d6c2;
}
/* CSS Variables */
:root {
--goddess-of-dawn:#8c4f6e;
--lighthearted-rose:#c69fa8;
--novelle-peach:#e5c7b3;
--apollo-landing:#e5e5e0;
--southern-belle:#a8d6c2;
}