Color names in this palette
CSS code for this palette
/* CSS */
.berries-n-cream {
color: #f3b9ca;
}
.ultra-red {
color: #ff6b8b;
}
.ogre-odor {
color: #ff513d;
}
.floral-leaf {
color: #ffb84d;
}
.the-first-daffodil {
color: #ffec8f;
}
/* CSS Variables */
:root {
--berries-n-cream:#f3b9ca;
--ultra-red:#ff6b8b;
--ogre-odor:#ff513d;
--floral-leaf:#ffb84d;
--the-first-daffodil:#ffec8f;
}