Color names in this palette
CSS code for this palette
/* CSS */
.finnish-fiord {
color: #5fb1bf;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--finnish-fiord:#5fb1bf;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
--persimmon-orange:#f3712b;
}