Color names in this palette
CSS code for this palette
/* CSS */
.japanese-rose-garden {
color: #e5b8c2;
}
.heirloom-apricot {
color: #f6c0a7;
}
.sport-yellow {
color: #f1d579;
}
.lily-scent-green {
color: #e2e8bb;
}
.smooth-satin {
color: #a2d7d3;
}
/* CSS Variables */
:root {
--japanese-rose-garden:#e5b8c2;
--heirloom-apricot:#f6c0a7;
--sport-yellow:#f1d579;
--lily-scent-green:#e2e8bb;
--smooth-satin:#a2d7d3;
}