Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.goldsmith {
color: #f2b650;
}
.troll-slayer-orange {
color: #f3a14f;
}
.porsche {
color: #e0a05c;
}
.blue-buzz {
color: #a0a0bb;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--goldsmith:#f2b650;
--troll-slayer-orange:#f3a14f;
--porsche:#e0a05c;
--blue-buzz:#a0a0bb;
}