Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f9b4ce;
}
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f9b4ce;
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--light-blue-glint:#a8d3e1;
}