Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2ca;
}
.durango-dust {
color: #f9e29f;
}
.sunburst {
color: #f2b87d;
}
.cumquat-cream {
color: #f29c7d;
}
.violet-kiss {
color: #ef9fd2;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2ca;
--durango-dust:#f9e29f;
--sunburst:#f2b87d;
--cumquat-cream:#f29c7d;
--violet-kiss:#ef9fd2;
}