Color names in this palette
CSS code for this palette
/* CSS */
.poppy-pompadour {
color: #6b409c;
}
.royal-gramma-purple {
color: #a34fc4;
}
.shrimp-cocktail {
color: #f4a462;
}
.phoenix-flames {
color: #ff9c1a;
}
.kelly-green {
color: #2d9a59;
}
/* CSS Variables */
:root {
--poppy-pompadour:#6b409c;
--royal-gramma-purple:#a34fc4;
--shrimp-cocktail:#f4a462;
--phoenix-flames:#ff9c1a;
--kelly-green:#2d9a59;
}