Color names in this palette
CSS code for this palette
/* CSS */
.young-bamboo {
color: #69bf8b;
}
.koji-orange {
color: #f5b14d;
}
.firelight {
color: #f9d97b;
}
.tomato {
color: #f43b1f;
}
.blue-dart-frog {
color: #3b7e9b;
}
/* CSS Variables */
:root {
--young-bamboo:#69bf8b;
--koji-orange:#f5b14d;
--firelight:#f9d97b;
--tomato:#f43b1f;
--blue-dart-frog:#3b7e9b;
}