Color names in this palette
CSS code for this palette
/* CSS */
.sugar-tooth {
color: #d88d9b;
}
.melanie {
color: #e1b7c3;
}
.hopeful {
color: #f4d2e2;
}
.hawaiian-cream {
color: #f9e6b9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--sugar-tooth:#d88d9b;
--melanie:#e1b7c3;
--hopeful:#f4d2e2;
--hawaiian-cream:#f9e6b9;
--apricot-glazed-chicken:#f5a524;
}