Color names in this palette
CSS code for this palette
/* CSS */
.re-entry {
color: #d94a4a;
}
.autumn-glimmer {
color: #e98c4e;
}
.sunny-mood {
color: #f6c84c;
}
.ninjin-orange {
color: #e5a86c;
}
.raspberry-sorbet {
color: #d93f6b;
}
/* CSS Variables */
:root {
--re-entry:#d94a4a;
--autumn-glimmer:#e98c4e;
--sunny-mood:#f6c84c;
--ninjin-orange:#e5a86c;
--raspberry-sorbet:#d93f6b;
}