Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1e7d94;
}
.bachelor-button {
color: #50c1d7;
}
.turquoise-chalk {
color: #75e6e0;
}
.popcorn {
color: #f6d379;
}
.burning-trail {
color: #f09b24;
}
/* CSS Variables */
:root {
--pagoda-blue:#1e7d94;
--bachelor-button:#50c1d7;
--turquoise-chalk:#75e6e0;
--popcorn:#f6d379;
--burning-trail:#f09b24;
}