Color names in this palette
CSS code for this palette
/* CSS */
.stormy-sea {
color: #6e8081;
}
.peppermint-pie {
color: #a7c8c2;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.rajah {
color: #f9a65d;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--stormy-sea:#6e8081;
--peppermint-pie:#a7c8c2;
--bells-and-whistles-gold:#f0e19e;
--rajah:#f9a65d;
--fireglow:#d85f41;
}