Color names in this palette
CSS code for this palette
/* CSS */
.never-forget {
color: #a97087;
}
.sweet-60 {
color: #f3a0b0;
}
.frangipane {
color: #f4d5b3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--never-forget:#a97087;
--sweet-60:#f3a0b0;
--frangipane:#f4d5b3;
--creamy-sweet-corn:#f9c54e;
--honey-wax:#f9a824;
}