Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84f3c;
}
.sizzling-sunset {
color: #e67a4c;
}
.amber-yellow {
color: #f7b359;
}
.storm-lightning {
color: #f9e89f;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--painted-poppy:#c84f3c;
--sizzling-sunset:#e67a4c;
--amber-yellow:#f7b359;
--storm-lightning:#f9e89f;
--lime-lizard:#a3d55d;
}