Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.rogue-pink {
color: #f6a2c1;
}
.creamy-peach {
color: #f29e82;
}
.golden-thread {
color: #e6c57a;
}
.cymophane-yellow {
color: #f1e5a7;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--rogue-pink:#f6a2c1;
--creamy-peach:#f29e82;
--golden-thread:#e6c57a;
--cymophane-yellow:#f1e5a7;
}