Color names in this palette
CSS code for this palette
/* CSS */
.royal-yellow {
color: #f9d94e;
}
.monarch-orange {
color: #f3a068;
}
.flower-blossom-pink {
color: #f1798d;
}
.rich-lavender {
color: #a86dd0;
}
.guilliman-blue {
color: #689bf3;
}
/* CSS Variables */
:root {
--royal-yellow:#f9d94e;
--monarch-orange:#f3a068;
--flower-blossom-pink:#f1798d;
--rich-lavender:#a86dd0;
--guilliman-blue:#689bf3;
}