Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.copper-river {
color: #f7a26e;
}
.cupid-s-arrow {
color: #f26989;
}
.lavender {
color: #bc6dd9;
}
.guilliman-blue {
color: #699eec;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--copper-river:#f7a26e;
--cupid-s-arrow:#f26989;
--lavender:#bc6dd9;
--guilliman-blue:#699eec;
}