Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f5d870;
}
.zing {
color: #fbbf7e;
}
.candlelight-peach {
color: #f8a3a0;
}
.flower-blossom-pink {
color: #f57a8b;
}
.never-forget {
color: #a76c82;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f5d870;
--zing:#fbbf7e;
--candlelight-peach:#f8a3a0;
--flower-blossom-pink:#f57a8b;
--never-forget:#a76c82;
}