Color names in this palette
CSS code for this palette
/* CSS */
.romantic-thriller {
color: #a00d1c;
}
.demonic-kiss {
color: #d0254d;
}
.pochard-duck-head {
color: #f29b78;
}
.marigold-dust {
color: #f4cf3e;
}
.lime-lizard {
color: #a1d85a;
}
/* CSS Variables */
:root {
--romantic-thriller:#a00d1c;
--demonic-kiss:#d0254d;
--pochard-duck-head:#f29b78;
--marigold-dust:#f4cf3e;
--lime-lizard:#a1d85a;
}