Color names in this palette
CSS code for this palette
/* CSS */
.cerise {
color: #ab1c4e;
}
.horror-snob {
color: #d24e4b;
}
.poppy-glow {
color: #f28a4a;
}
.solarized {
color: #f6d14c;
}
.tropical-light {
color: #a2d56c;
}
/* CSS Variables */
:root {
--cerise:#ab1c4e;
--horror-snob:#d24e4b;
--poppy-glow:#f28a4a;
--solarized:#f6d14c;
--tropical-light:#a2d56c;
}