Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.pink-blush {
color: #f7abb5;
}
.mountain-laurel {
color: #f6c6d7;
}
.dream-land {
color: #e6b2e1;
}
.celery-root {
color: #d3e6b7;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--pink-blush:#f7abb5;
--mountain-laurel:#f6c6d7;
--dream-land:#e6b2e1;
--celery-root:#d3e6b7;
}