Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a4daa6;
}
.troll-slayer-orange {
color: #f0a14c;
}
.tiger-lily {
color: #e0513e;
}
.baby-blue-eyes {
color: #a2c5f1;
}
.silken-gold {
color: #fce27e;
}
/* CSS Variables */
:root {
--green-trance:#a4daa6;
--troll-slayer-orange:#f0a14c;
--tiger-lily:#e0513e;
--baby-blue-eyes:#a2c5f1;
--silken-gold:#fce27e;
}