Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-blue {
color: #6dc0b4;
}
.sandy-brown {
color: #f3a35e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--fiesta-blue:#6dc0b4;
--sandy-brown:#f3a35e;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}