Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f7a1b5;
}
.zing {
color: #fbbf7e;
}
.oriole-yellow {
color: #f2d473;
}
.green-trance {
color: #a1d9a5;
}
.bermuda {
color: #1f7c8e;
}
/* CSS Variables */
:root {
--emperor-s-children:#f7a1b5;
--zing:#fbbf7e;
--oriole-yellow:#f2d473;
--green-trance:#a1d9a5;
--bermuda:#1f7c8e;
}