Color names in this palette
CSS code for this palette
/* CSS */
.quinoline-yellow {
color: #f8e02a;
}
.o-brien-orange {
color: #f1a446;
}
.royal-blush {
color: #f26d50;
}
.jasper {
color: #db3d3d;
}
.rosebud-cherry {
color: #8c2b54;
}
/* CSS Variables */
:root {
--quinoline-yellow:#f8e02a;
--o-brien-orange:#f1a446;
--royal-blush:#f26d50;
--jasper:#db3d3d;
--rosebud-cherry:#8c2b54;
}