Color names in this palette
CSS code for this palette
/* CSS */
.deserted-path {
color: #eac07b;
}
.troll-slayer-orange {
color: #f6a34c;
}
.sango-red {
color: #f5634d;
}
.viva-magenta {
color: #a34d8c;
}
.cerulean-frost {
color: #6d9dc5;
}
/* CSS Variables */
:root {
--deserted-path:#eac07b;
--troll-slayer-orange:#f6a34c;
--sango-red:#f5634d;
--viva-magenta:#a34d8c;
--cerulean-frost:#6d9dc5;
}