Color names in this palette
CSS code for this palette
/* CSS */
.larimar-blue {
color: #1e77b3;
}
.dry-highlighter-green {
color: #34a02c;
}
.rubber-radish {
color: #fb9998;
}
.lust {
color: #e41b1e;
}
.orange-juice {
color: #ff8000;
}
/* CSS Variables */
:root {
--larimar-blue:#1e77b3;
--dry-highlighter-green:#34a02c;
--rubber-radish:#fb9998;
--lust:#e41b1e;
--orange-juice:#ff8000;
}