Color names in this palette
CSS code for this palette
/* CSS */
.usubeni-red {
color: #f26969;
}
.monarch-orange {
color: #f2a269;
}
.yellow-cream {
color: #f2d269;
}
.light-shimmer {
color: #a6d1f2;
}
.guilliman-blue {
color: #699df2;
}
/* CSS Variables */
:root {
--usubeni-red:#f26969;
--monarch-orange:#f2a269;
--yellow-cream:#f2d269;
--light-shimmer:#a6d1f2;
--guilliman-blue:#699df2;
}