Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lemon-flesh {
color: #f0e594;
}
.relaxation-green {
color: #a4d2a3;
}
.steel-teal {
color: #5b8b8b;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--solar-plexus-chakra:#f1c84b;
--lemon-flesh:#f0e594;
--relaxation-green:#a4d2a3;
--steel-teal:#5b8b8b;
}