Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.first-date {
color: #f6b2a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.honey-wax {
color: #f9a824;
}
.coral-quartz {
color: #f86a5d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--first-date:#f6b2a2;
--creamy-sweet-corn:#f9c54e;
--honey-wax:#f9a824;
--coral-quartz:#f86a5d;
}