Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #cf533a;
}
.jelly-slug {
color: #e06948;
}
.heat-of-summer {
color: #e68d60;
}
.sandy-brown {
color: #f2a35f;
}
.afternoon {
color: #fbcc74;
}
/* CSS Variables */
:root {
--painted-poppy:#cf533a;
--jelly-slug:#e06948;
--heat-of-summer:#e68d60;
--sandy-brown:#f2a35f;
--afternoon:#fbcc74;
}