Color names in this palette
CSS code for this palette
/* CSS */
.oriole-yellow {
color: #f3d372;
}
.pani-puri {
color: #f7a950;
}
.zing {
color: #fbbf7e;
}
.surgical {
color: #59a6c0;
}
.taos-turquoise {
color: #2a8c8d;
}
/* CSS Variables */
:root {
--oriole-yellow:#f3d372;
--pani-puri:#f7a950;
--zing:#fbbf7e;
--surgical:#59a6c0;
--taos-turquoise:#2a8c8d;
}