Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.chinese-lacquer {
color: #60c3c3;
}
.aqua-fiesta {
color: #92e3e3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--chinese-lacquer:#60c3c3;
--aqua-fiesta:#92e3e3;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}