Color names in this palette
CSS code for this palette
/* CSS */
.troll-slayer-orange {
color: #f3a34f;
}
.banana-drama {
color: #f3d749;
}
.lazy-daisy {
color: #f3e9a0;
}
.echo-iris {
color: #b6e2f6;
}
.steel-blue-eyes {
color: #7d95c5;
}
/* CSS Variables */
:root {
--troll-slayer-orange:#f3a34f;
--banana-drama:#f3d749;
--lazy-daisy:#f3e9a0;
--echo-iris:#b6e2f6;
--steel-blue-eyes:#7d95c5;
}