Color names in this palette
CSS code for this palette
/* CSS */
.bright-rose {
color: #c3185d;
}
.dogwood-rose {
color: #da1b61;
}
.sorx-red {
color: #f50056;
}
.shocking-orange {
color: #ff6d1f;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--bright-rose:#c3185d;
--dogwood-rose:#da1b61;
--sorx-red:#f50056;
--shocking-orange:#ff6d1f;
--hollandaise:#ffec3d;
}