Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.breeze-of-chilli {
color: #f76e6e;
}
.maximum-yellow-red {
color: #f0b74c;
}
.lime-lizard {
color: #a3d55d;
}
.rockpool {
color: #4fa19f;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--breeze-of-chilli:#f76e6e;
--maximum-yellow-red:#f0b74c;
--lime-lizard:#a3d55d;
--rockpool:#4fa19f;
}