Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.tequila {
color: #f7d0a6;
}
.banana-br-l-e {
color: #f8e8b9;
}
.lime-lizard {
color: #a3d55d;
}
.lake-green {
color: #2e8a56;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--tequila:#f7d0a6;
--banana-br-l-e:#f8e8b9;
--lime-lizard:#a3d55d;
--lake-green:#2e8a56;
}