Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f6b8a2;
}
.peach-damask {
color: #f5c6a8;
}
.walnut-cream {
color: #f7d7b1;
}
.noodles {
color: #f9e1b4;
}
.gold-thread {
color: #fce9b0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f6b8a2;
--peach-damask:#f5c6a8;
--walnut-cream:#f7d7b1;
--noodles:#f9e1b4;
--gold-thread:#fce9b0;
}