Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.tau-light-ochre {
color: #f6d70e;
}
.mint-julep {
color: #e1f4a4;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.broom-butterfly-blue {
color: #6fb3d8;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--tau-light-ochre:#f6d70e;
--mint-julep:#e1f4a4;
--touch-of-turquoise:#a2d7cf;
--broom-butterfly-blue:#6fb3d8;
}