Color names in this palette
CSS code for this palette
/* CSS */
.herb-robert {
color: #e59ee3;
}
.geranium-pink {
color: #f78d9b;
}
.gilded {
color: #f5d94d;
}
.neighborly-peach {
color: #f1c0a2;
}
.troll-slayer-orange {
color: #f3a34f;
}
/* CSS Variables */
:root {
--herb-robert:#e59ee3;
--geranium-pink:#f78d9b;
--gilded:#f5d94d;
--neighborly-peach:#f1c0a2;
--troll-slayer-orange:#f3a34f;
}