Color names in this palette
CSS code for this palette
/* CSS */
.guilliman-blue {
color: #6b9ceb;
}
.rose-mallow {
color: #f1a7c5;
}
.flavescent {
color: #f6e68e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-sorbet {
color: #ffad42;
}
/* CSS Variables */
:root {
--guilliman-blue:#6b9ceb;
--rose-mallow:#f1a7c5;
--flavescent:#f6e68e;
--grapefruit-pulp:#ff6e61;
--mandarin-sorbet:#ffad42;
}