Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c82d2d;
}
.blue-angels-yellow {
color: #fab700;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lime-lizard {
color: #a2d25b;
}
.st-patrick {
color: #2d8b4e;
}
/* CSS Variables */
:root {
--peri-peri:#c82d2d;
--blue-angels-yellow:#fab700;
--solar-plexus-chakra:#f1c84b;
--lime-lizard:#a2d25b;
--st-patrick:#2d8b4e;
}