Color names in this palette
CSS code for this palette
/* CSS */
.glazed-persimmon {
color: #d74e33;
}
.troll-slayer-orange {
color: #f1a44b;
}
.meadow-yellow {
color: #fbda8e;
}
.dreaming-blue {
color: #88c1d3;
}
.jubilee {
color: #7c5e9c;
}
/* CSS Variables */
:root {
--glazed-persimmon:#d74e33;
--troll-slayer-orange:#f1a44b;
--meadow-yellow:#fbda8e;
--dreaming-blue:#88c1d3;
--jubilee:#7c5e9c;
}