Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f8cf2a;
}
.quince-jelly {
color: #f2952c;
}
.coral-orange {
color: #e86a4a;
}
.crushed-berries {
color: #d15c9c;
}
.heath-spotted-orchid {
color: #a65e9e;
}
/* CSS Variables */
:root {
--dream-of-spring:#f8cf2a;
--quince-jelly:#f2952c;
--coral-orange:#e86a4a;
--crushed-berries:#d15c9c;
--heath-spotted-orchid:#a65e9e;
}